summaryrefslogtreecommitdiff
path: root/include/linux/node.h
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-10-13 18:37:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-13 20:11:03 +0300
commit30cc9bd64c67c9b1f70a2779302da2ac05335d47 (patch)
tree0dacd7ffc91be1dfcd84e9462b2801a65fcdb588 /include/linux/node.h
parent634ffdd9ef91b1a6252347276bed77d3d73b0b9a (diff)
downloadlinux-30cc9bd64c67c9b1f70a2779302da2ac05335d47.tar.xz
Staging: comedi: Remove exceptional & on function name
n this file, function names are otherwise used as pointers without &. A simplified version of the Coccinelle semantic patch that makes this change is as follows: // <smpl> @r@ identifier f; @@ f(...) { ... } @@ identifier r.f; @@ - &f + f // </smpl> Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/node.h')
0 files changed, 0 insertions, 0 deletions