diff options
author | Heinrich Schuchardt <[email protected]> | 2018-04-10 16:34:14 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-04-11 10:28:36 -0700 |
commit | 38dca988bb208e66d6fdb6346f7266f3d2d1a8a4 (patch) | |
tree | 7baa7af125d854f25c0920007cf832ee715799d7 /tools/perf/scripts/python/syscall-counts.py | |
parent | 6a487211ec720658f3e3c39eecd0b6829eafa6d4 (diff) |
checkpatch: allow space between colon and bracket
Allow a space between a colon and subsequent opening bracket. This
sequence may occur in inline assembler statements like
asm(
"ldr %[out], [%[in]]\n\t"
: [out] "=r" (ret)
: [in] "r" (addr)
);
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Heinrich Schuchardt <[email protected]>
Acked-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions