mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 22:17:44 -04:00
staging: iio: adc: ad7280a.c: fixed macro coding style
remove unnecessary semicolon from the macro definition Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
committed by
Jonathan Cameron
parent
0c88d23c66
commit
fad109452e
@@ -117,7 +117,7 @@
|
||||
*/
|
||||
#define POLYNOM 0x2F
|
||||
#define POLYNOM_ORDER 8
|
||||
#define HIGHBIT 1 << (POLYNOM_ORDER - 1);
|
||||
#define HIGHBIT (1 << (POLYNOM_ORDER - 1))
|
||||
|
||||
struct ad7280_state {
|
||||
struct spi_device *spi;
|
||||
|
||||
Reference in New Issue
Block a user