From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Thu, 07 Feb 2008 20:24:15 +0300
> Some code declares variables on the stack, but uses them > under #ifdef CONFIG_IPV6, so thay become unused when ipv6 > is off. Fortunately, they are used in a switch's case > branches, so the fix is rather simple. > > Is it OK from coding style POV to add braces inside "cases", > or should I better avoid such style and rework the patch? > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
