summary refs log tree commit diff stats
path: root/hw/ide/atapi.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-12-18 12:59:31 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2016-01-11 11:39:28 +0300
commit8f32510f1ca72332b9a662579e951f67d636142e (patch)
tree808872356cd2084199a5b19af4bb28bc29acfc0b /hw/ide/atapi.c
parenta2a645d9678797ea833197d0daf2e330ea75908a (diff)
downloadfocaccia-qemu-8f32510f1ca72332b9a662579e951f67d636142e.tar.gz
focaccia-qemu-8f32510f1ca72332b9a662579e951f67d636142e.zip
scripts/checkpatch.pl: Don't allow special cases of unspaced operators
The checkpatch.pl script has a special case to permit the following
operators to have no spaces around them:
 <<  >>  &  ^  |  +  -  *  /  %

QEMU style prefers all operators to consistently have spacing around
them, so remove this special case handling. This avoids reviewers
having to manually note it during code review.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/ide/atapi.c')
0 files changed, 0 insertions, 0 deletions