0412737212
Challenge suggested by coccinelle. Replace bit shifting on 1 with the BIT(x) macro. Coccinelle script: @@ constant c; @@ -(1 << c) +BIT(c) Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
apex_driver.c | ||
apex.h | ||
gasket_constants.h | ||
gasket_core.c | ||
gasket_core.h | ||
gasket_interrupt.c | ||
gasket_interrupt.h | ||
gasket_ioctl.c | ||
gasket_ioctl.h | ||
gasket_page_table.c | ||
gasket_page_table.h | ||
gasket_sysfs.c | ||
gasket_sysfs.h | ||
gasket.h | ||
Kconfig | ||
Makefile | ||
TODO |