summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2010-10-06 10:08:02 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-06 08:20:42 -0700
commite9887c9d9c37b8af80ae04aad1532d5c46687f8b (patch)
tree105bb7a556ea73173ac9ed903c55127331b97e35 /drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
parent5f782dee8d58247f2a277f142a59c227fd0b500e (diff)
downloadop-kernel-dev-e9887c9d9c37b8af80ae04aad1532d5c46687f8b.zip
op-kernel-dev-e9887c9d9c37b8af80ae04aad1532d5c46687f8b.tar.gz
staging: brcm80211: fix various checkpatch spacing errors.
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c')
-rw-r--r--drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c b/drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
index bd044c1..5a86f92 100644
--- a/drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
+++ b/drivers/staging/brcm80211/brcmfmac/dhd_custom_gpio.c
@@ -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 */
OpenPOWER on IntegriCloud