[adm5120] cleanup files using checkpatch.pl
[15.05/openwrt.git] / target / linux / adm5120 / files / drivers / leds / ledtrig-adm5120-switch.c
index b4a5dbb..23a54a0 100644 (file)
@@ -31,7 +31,7 @@ struct port_state {
        unsigned int value;
 };
 
-#define PORT_STATE(n,v) {.name = (n), .value = (v)}
+#define PORT_STATE(n, v) {.name = (n), .value = (v)}
 
 static struct port_state port_states[] = {
        PORT_STATE("off",               LED_OFF),