commit | 6d147069346f99482bd9c417dec7fd4ce50d266a | [log] [tgz] |
---|---|---|
author | Max Tottenham <mtottenh@gmail.com> | Tue Apr 03 12:35:29 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 10 10:34:04 2012 -0700 |
tree | 55b5e7235a6ca771e660e046f316323778d87c5b | |
parent | aadb4ec271ee73b39031acb8a201f96e56d1cbf1 [diff] |
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>