提交 fad10945 编写于 作者: K Kumar Amit Mehta 提交者: Jonathan Cameron

staging: iio: adc: ad7280a.c: fixed macro coding style

remove unnecessary semicolon from the macro definition
Signed-off-by: NKumar Amit Mehta <gmate.amit@gmail.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 0c88d23c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册