diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-11-08 22:05:48 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-07-27 18:59:06 +0200 |
commit | 8e6f42808d5e2fc18866cfdae51eb5745d757994 (patch) | |
tree | aa871461ac25aa130c49839569506ce2839a963a /drivers/misc/cclogic/cclogic-class.h | |
parent | 90f7546c2b4ac17a46a24e699877a727d6033757 (diff) |
cclogic: Linuxify
* Bring the coding style closer to Linux's fixing most checkpatch.pl warnings on all the files of the directories
* I didn't fix every 80 chars line warning because that was way too much
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'drivers/misc/cclogic/cclogic-class.h')
-rw-r--r-- | drivers/misc/cclogic/cclogic-class.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/misc/cclogic/cclogic-class.h b/drivers/misc/cclogic/cclogic-class.h index f9b664c4b339..c5276839ee65 100644 --- a/drivers/misc/cclogic/cclogic-class.h +++ b/drivers/misc/cclogic/cclogic-class.h @@ -1,10 +1,10 @@ #ifndef __CCLOGIC_CLASS_H__ #define __CCLOGIC_CLASS_H__ -struct cclogic_class_dev{ - const char *name; - struct device *dev; - int index; +struct cclogic_class_dev { + const char *name; + struct device *dev; + int index; unsigned int support; struct device_attribute device_supported_modes_attr; struct device_attribute device_mode_attr; |