mirror of https://gitee.com/openkylin/linux.git
staging: iio: adc: ad7192: Re-indent enum labels
Re-indent enum labels as per coding style guidelines. Problem detected by checkpatch script. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Link: https://lore.kernel.org/r/5c6bef6462d135b748f58f8c2645c60234482f52.1584904896.git.mh12gx2825@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
759411a0e0
commit
4230c86228
|
@ -157,8 +157,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
AD7192_SYSCALIB_ZERO_SCALE,
|
AD7192_SYSCALIB_ZERO_SCALE,
|
||||||
AD7192_SYSCALIB_FULL_SCALE,
|
AD7192_SYSCALIB_FULL_SCALE,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ad7192_state {
|
struct ad7192_state {
|
||||||
|
|
Loading…
Reference in New Issue