Tag: 7ed5ff82c2f06965652f8d1a17c427ba8d363b92

Input: bma150 – constify bma150_cfg structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> The bma150_cfg structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Dmitry Torokhov — drivers/input/misc/bma150.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/input/misc/bma150.c b/drivers/input/misc/bma150.c index 1d0e61d..b0d4453 100644 — a/drivers/input/misc/bma150.c +++ b/drivers/input/misc/bma150.c @@ -147,7 +147,7 @@ …

Continue reading