diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-02 16:37:37 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-11 13:00:27 +0900 |
commit | 802b42a0cfc390bb69222e5b6f83e705f03ab2e6 (patch) | |
tree | c56d340463c3231501e069f1c53072ada25a21d1 /lib/psci/psci_common.c | |
parent | 95d2b2682b54d780c99ab8d8411aac7a55171a8c (diff) |
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>
Diffstat (limited to 'lib/psci/psci_common.c')
0 files changed, 0 insertions, 0 deletions