diff options
author | Sandhya Bankar <bankarsandhya512@gmail.com> | 2016-04-23 23:55:40 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-04-28 15:57:49 -0400 |
commit | 49e8eccf370d9fd916f6fc21b44ae8d3361e2c9f (patch) | |
tree | 27dbcf6accaf55baad1324c15ad9c2036cfcba27 | |
parent | 62b5c80afc4ee008e3d4aae0024197437278f753 (diff) |
Use "foo *bar" instead of "foo * bar".
Use "foo *bar" instead of "foo * bar".
Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c index a2ad2056afe9..4333dc576a12 100644 --- a/drivers/usb/atm/ueagle-atm.c +++ b/drivers/usb/atm/ueagle-atm.c | |||
@@ -2454,7 +2454,7 @@ UEA_ATTR(firmid, 0); | |||
2454 | 2454 | ||
2455 | /* Retrieve the device End System Identifier (MAC) */ | 2455 | /* Retrieve the device End System Identifier (MAC) */ |
2456 | 2456 | ||
2457 | static int uea_getesi(struct uea_softc *sc, u_char * esi) | 2457 | static int uea_getesi(struct uea_softc *sc, u_char *esi) |
2458 | { | 2458 | { |
2459 | unsigned char mac_str[2 * ETH_ALEN + 1]; | 2459 | unsigned char mac_str[2 * ETH_ALEN + 1]; |
2460 | int i; | 2460 | int i; |