diff options
author | 2012-01-10 15:10:06 -0800 | |
---|---|---|
committer | 2012-01-10 16:30:51 -0800 | |
commit | 72f115f94d500fc72f78c5df8104a98f8b9cc273 (patch) | |
tree | 3c6b37bebd9b1f1671df4f8d0dcbe0f625b4a6a0 /crypto/api.c | |
parent | checkpatch: fix EXPORT_SYMBOL handling following a function (diff) | |
download | wireguard-linux-72f115f94d500fc72f78c5df8104a98f8b9cc273.tar.xz wireguard-linux-72f115f94d500fc72f78c5df8104a98f8b9cc273.zip |
checkpatch: complex macro should allow the empty do while loop
It is common to stub out a function as below, this is triggering a complex
macro format incorrectly. Sort this out:
#define cma_early_regions_reserve(reserve) do { } while (0)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto/api.c')
0 files changed, 0 insertions, 0 deletions