forked from Minki/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>
This commit is contained in:
parent
62b5c80afc
commit
49e8eccf37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user