]> Pileus Git - ~andy/linux/commit
Staging: bcm: IPv6Protocol.c coding style fix
authorMax Tottenham <mtottenh@gmail.com>
Tue, 3 Apr 2012 11:35:29 +0000 (12:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 17:34:04 +0000 (10:34 -0700)
commit6d147069346f99482bd9c417dec7fd4ce50d266a
tree55b5e7235a6ca771e660e046f316323778d87c5b
parentaadb4ec271ee73b39031acb8a201f96e56d1cbf1
Staging: bcm: IPv6Protocol.c coding style fix

Sixth in a series of patche to fix coding style in IPv6Protocol.c
This patch changes the format of if statments from:
if (#VALUE == variable)
to:
if (variable == #VALUE)

Signed-off-by: Max Tottenham <mtottenh@gmail.com>
Acked-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/IPv6Protocol.c