diff options
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; |