Searched hist:"802 b42a0cfc390bb69222e5b6f83e705f03ab2e6" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 802b42a0cfc390bb69222e5b6f83e705f03ab2e6 Thu Feb 02 07:37:37 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> fiptool: stretch out printf strings for readability and grep'ability
We should follow the Linux coding style, which is clearly stated in the docs/user-guide.mk:
When making changes to the source for submission to the project, the source must be in compliance with the Linux style guide
and Documentation/process/coding-style.rst of Linux Kernel says:
The limit on the length of lines is 80 columns and this is a strongly preferred limit. [ snip ] However, never break user-visible strings such as printk messages, because that breaks the ability to grep for them.
The strings for printf() are user-visible, and can exceed the 80 column limit.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|