diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2015-12-13 16:15:13 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-12-19 17:40:55 +0100 |
commit | 34708a0ce860fc70112c285cfde717b1d1aed708 (patch) | |
tree | 200c5256c3378ebc561deebbb4cfedb82d3c9f85 /drivers/hwmon/sch56xx-common.h | |
parent | iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc (diff) | |
download | linux-34708a0ce860fc70112c285cfde717b1d1aed708.tar.xz linux-34708a0ce860fc70112c285cfde717b1d1aed708.zip |
Staging: iio: accel: sca3000: Fixed NULL comparison style
The variable u8 **rx_p, is a pointer-to-pointer and hence the check
should
be "if (!*rx_p)" and not "if (!rx_p)".
In the earlier version, checkpatch.pl gave the following check, which
was incorrect:
CHECK: Comparison to NULL could be written "!rx_p"
+ if (*rx_p == NULL) {
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/hwmon/sch56xx-common.h')
0 files changed, 0 insertions, 0 deletions