commit | cc24becae3e87d7aa8238f4fcb29bfb68f7ffb97 | [log] [tgz] |
---|---|---|
author | Ian Morris <ipm@chirality.org.uk> | Sun Aug 24 21:53:11 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 24 22:37:52 2014 -0700 |
tree | 9f1e06d8e1ba2f809cb3bd493b064f3ab132f3d8 | |
parent | 67ba4152e8b77eada6a9c64e3c2c84d6112794fc [diff] |
ipv6: White-space cleansing : Structure layouts This patch makes no changes to the logic of the code but simply addresses coding style issues as detected by checkpatch. Both objdump and diff -w show no differences. This patch addresses structure definitions, specifically it cleanses the brace placement and replaces spaces with tabs in a few places. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>