diff options
| author | Joe Perches <[email protected]> | 2016-12-13 00:46:31 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2016-12-13 02:55:10 +0000 |
| commit | 11ca40a0f8e3a788a987f14cb80d836a34d109ae (patch) | |
| tree | 35f5ea2300b4c11326d566f00b61484deb3c361e /net/lapb/lapb_out.c | |
| parent | checkpatch: don't check .pl files, improve absolute path commit log test (diff) | |
| download | kernel-11ca40a0f8e3a788a987f14cb80d836a34d109ae.tar.gz kernel-11ca40a0f8e3a788a987f14cb80d836a34d109ae.zip | |
checkpatch: avoid multiple line dereferences
Code that puts a single dereferencing identifier on multiple lines like:
struct_identifier->member[index].
member = <foo>;
is generally hard to follow.
Prefer that dereferencing identifiers be single line.
Link: http://lkml.kernel.org/r/e9c191ae3f41bedc8ffd5c0fbcc5a1cec1d1d2df.1478120869.git.joe@perches.com
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions
