X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fipv4%2Fdevinet.c;h=043857bd151c2a71fd00a61c1c6dd63adb7f287e;hb=132adf54639cf7dd9315e8df89c2faa59f6e46d9;hp=98a00d0edc760c658d23675eec194e8cefc79ae0;hpb=1ac58ee37f439044eb09381f33c97ce0e7f2643b;p=powerpc.git diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index 98a00d0edc..043857bd15 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c @@ -633,7 +633,7 @@ int devinet_ioctl(unsigned int cmd, void __user *arg) dev_load(ifr.ifr_name); #endif - switch(cmd) { + switch (cmd) { case SIOCGIFADDR: /* Get interface address */ case SIOCGIFBRDADDR: /* Get the broadcast address */ case SIOCGIFDSTADDR: /* Get the destination address */ @@ -708,7 +708,7 @@ int devinet_ioctl(unsigned int cmd, void __user *arg) if (!ifa && cmd != SIOCSIFADDR && cmd != SIOCSIFFLAGS) goto done; - switch(cmd) { + switch (cmd) { case SIOCGIFADDR: /* Get interface address */ sin->sin_addr.s_addr = ifa->ifa_local; goto rarok;