mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
iio: light: gp2ap020a00f: Remove trailing comma in termination entry
Termination entry by definition should be the last one, hence remove stray comma after it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
b047a2bc7a
commit
2eb3741b62
|
|
@ -195,7 +195,7 @@ enum gp2ap020a00f_opmode {
|
|||
GP2AP020A00F_OPMODE_ALS_AND_PS,
|
||||
GP2AP020A00F_OPMODE_PROX_DETECT,
|
||||
GP2AP020A00F_OPMODE_SHUTDOWN,
|
||||
GP2AP020A00F_NUM_OPMODES,
|
||||
GP2AP020A00F_NUM_OPMODES
|
||||
};
|
||||
|
||||
enum gp2ap020a00f_cmd {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user