commit | 50fa2951bd744d2a82aa33074001efac12d4e1cf | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Tue May 16 15:02:12 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 25 18:23:03 2017 +0200 |
tree | 8290ea3c8a7c7bd26cfea3788f4a632526c2ca92 | |
parent | 13b9abfc92be7c4454bff912021b9f835dea6e15 [diff] |
w1: Organize driver source to natural/common order Structures and functions should be ordered such that forward declaration use is minimized. MODULE_* macros should immediately follow the structures and functions upon which they act. Remaining MODULE_* macros should be at the end of the file in alphabetical order. Signed-off-by: Andrew F. Davis <afd@ti.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>