diff options
| author | Jason Gunthorpe <[email protected]> | 2018-06-25 22:44:30 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2018-08-01 16:38:51 +0000 |
| commit | 7bee9bd21b404a2fa76c1a8e0ff68379aeef2b91 (patch) | |
| tree | 95add68ee213fd4be0c824d5e66f9230c6ec920b /tools/perf/scripts/python/check-perf-trace.py | |
| parent | Linux 4.18-rc7 (diff) | |
| download | kernel-7bee9bd21b404a2fa76c1a8e0ff68379aeef2b91.tar.gz kernel-7bee9bd21b404a2fa76c1a8e0ff68379aeef2b91.zip | |
clang-format: Set IndentWrappedFunctionNames false
The true option causes this indenting for functions:
static struct something_very_very_long *
function(void *arg)
{
While a quick survey suggests that the usual Linux fallback is the GNU
style:
static struct something_very_very_long *
function(void *arg)
{
Eg as seen in:
kernel/cpu.c
kernel/fork.c
etc
Acked-by: Joe Perches <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
