remarkable-linux/drivers/infiniband/ulp/srpt
Bart Van Assche 9d2aa2b4fd IB/srpt: Add parentheses around sizeof argument
Although sizeof is an operator and hence in many cases parentheses can
be left out, the recommended kernel coding style is to surround the
sizeof argument with parentheses. This patch does not change any
functionality. It has been generated by running the following shell
command:

sed -i 's/sizeof \([^ );,]*\)/sizeof(\1)/g' drivers/infiniband/ulp/srpt/*.[ch]

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Cc: Alex Estrin <alex.estrin@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-02-29 17:12:34 -05:00
..
ib_dm_mad.h
ib_srpt.c IB/srpt: Add parentheses around sizeof argument 2016-02-29 17:12:34 -05:00
ib_srpt.h Initial roundup of 4.5 merge window patches 2016-01-23 18:45:06 -08:00
Kconfig
Makefile