All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: iio: remove exceptional & on function name
@ 2016-02-12 15:10 Bhumika Goyal
  2016-02-12 15:10 ` [PATCH 1/3] Staging: iio: light: " Bhumika Goyal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhumika Goyal @ 2016-02-12 15:10 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Bhumika Goyal

These files function names are otherwise used as pointers without &.
Found using coccinelle.
// <smpl>
@r@
identifier f;
@@

f(...) { ... }
@@
identifier r.f;
@@

- &f
+ f
// </smpl> 

Bhumika Goyal (3):
  Staging: iio: light: remove exceptional & on function name
  Staging: iio: light: remove exceptional & on function name
  Staging: iio: magnetometer: remove exceptional & on function name

 drivers/staging/iio/light/isl29018.c            | 8 ++++----
 drivers/staging/iio/light/isl29028.c            | 4 ++--
 drivers/staging/iio/magnetometer/hmc5843_core.c | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-12 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12 15:10 [PATCH 0/3] Staging: iio: remove exceptional & on function name Bhumika Goyal
2016-02-12 15:10 ` [PATCH 1/3] Staging: iio: light: " Bhumika Goyal
2016-02-12 15:10 ` [PATCH 2/3] " Bhumika Goyal
2016-02-12 15:10 ` [PATCH 3/3] Staging: iio: magnetometer: " Bhumika Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.