staging: brcm80211: fix various checkpatch spacing errors.
[deliverable/linux.git] / drivers / staging / brcm80211 / brcmfmac / dhd_custom_gpio.c
index bd044c1a17c4948a39f5d932c6a3cb6d484621e0..5a86f924748bc9c6eeb67a74866ed80d1547b635 100644 (file)
@@ -151,7 +151,7 @@ int dhd_custom_get_mac_address(unsigned char *buf)
        /* EXAMPLE code */
        {
                struct ether_addr ea_example = {
-                       {0x00, 0x11, 0x22, 0x33, 0x44, 0xFF}};
+                       {0x00, 0x11, 0x22, 0x33, 0x44, 0xFF} };
                bcopy((char *)&ea_example, buf, sizeof(struct ether_addr));
        }
 #endif                         /* EXAMPLE_GET_MAC */
This page took 0.026642 seconds and 5 git commands to generate.