From: Sandhya Bankar Date: Sun, 24 Apr 2016 03:55:40 +0000 (+0530) Subject: Use "foo *bar" instead of "foo * bar". X-Git-Tag: v4.7-rc1~93^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49e8eccf370d9fd916f6fc21b44ae8d3361e2c9f;p=karo-tx-linux.git Use "foo *bar" instead of "foo * bar". Use "foo *bar" instead of "foo * bar". Signed-off-by: Sandhya Bankar Signed-off-by: Greg Kroah-Hartman --- 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); /* Retrieve the device End System Identifier (MAC) */ -static int uea_getesi(struct uea_softc *sc, u_char * esi) +static int uea_getesi(struct uea_softc *sc, u_char *esi) { unsigned char mac_str[2 * ETH_ALEN + 1]; int i;