Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
49e8eccf 62b5c80a

+1 -1
+1 -1
drivers/usb/atm/ueagle-atm.c
··· 2454 2454 2455 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 2459 unsigned char mac_str[2 * ETH_ALEN + 1]; 2460 2460 int i;