commit | 368451ea748ce44cd4b879808735976eb2fded77 | [log] [tgz] |
---|---|---|
author | Ben Werbowyj <ben.werbowyj@gmail.com> | Fri Jul 22 14:33:35 2016 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 31 13:56:04 2016 +0200 |
tree | 3380b0c6539a4152037807bac96a87c67dd4eb94 | |
parent | aaf16f7d98fedb24099361492821fcdc77036eab [diff] |
drivers: w1: style corrections-pointers-blanklines-comparisons Correct pointer notations to include whitespace between variable type and "*" character. Inserted blank line after variable declatations at two locations. Rearranged comparison within an if statment to have the constant on the right-hand side. Signed-off-by: Ben Werbowyj <ben.werbowyj@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>