Change formatting rules
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
struct device;
|
||||
|
||||
DEFINE_DEVICE_OP (debugconsole_putstr);
|
||||
DEFINE_DEVICE_OP(debugconsole_putstr);
|
||||
|
||||
DEFINE_DEVICE_INIT (debugconsole_init);
|
||||
DEFINE_DEVICE_INIT(debugconsole_init);
|
||||
|
||||
DEFINE_DEVICE_FINI (debugconsole_fini);
|
||||
DEFINE_DEVICE_FINI(debugconsole_fini);
|
||||
|
||||
#endif // _KERNEL_DEVICE_DEBUGCONSOLE_H
|
||||
|
||||
Reference in New Issue
Block a user