]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Use "foo *bar" instead of "foo * bar".
authorSandhya Bankar <bankarsandhya512@gmail.com>
Sun, 24 Apr 2016 03:55:40 +0000 (09:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Apr 2016 19:57:49 +0000 (12:57 -0700)
Use "foo *bar" instead of "foo * bar".

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/ueagle-atm.c

index a2ad2056afe9913a2070a0454c1e2325a6e33260..4333dc576a12321f4cdd88808ffb7a98dc5efc41 100644 (file)
@@ -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;