[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/5] checkpatch tweaks
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PATCH v2 0/5] checkpatch tweaks |
Date: |
Wed, 10 Aug 2016 10:22:45 +0200 |
My proposal after having watched patchew complain for a couple days
about patches being sent on the list; amended after observations
from reviewers.
v1->v2: perform more checks on all sources (patch 2)
revive patch to update line length rules (patch 3)
Paolo Bonzini (5):
checkpatch: tweak the files in which TABs are checked
checkpatch: check for CVS keywords on all sources
CODING_STYLE, checkpatch: update line length rules
checkpatch: bump most warnings to errors
checkpatch: default to success if only warnings
CODING_STYLE | 13 ++++--
scripts/checkpatch.pl | 107 ++++++++++++++++++++++++--------------------------
2 files changed, 62 insertions(+), 58 deletions(-)
--
1.8.3.1
- [Qemu-devel] [PATCH v2 0/5] checkpatch tweaks,
Paolo Bonzini <=
- [Qemu-devel] [PATCH 2/5] checkpatch: check for CVS keywords on all sources, Paolo Bonzini, 2016/08/10
- [Qemu-devel] [PATCH 1/5] checkpatch: tweak the files in which TABs are checked, Paolo Bonzini, 2016/08/10
- [Qemu-devel] [PATCH 3/5] CODING_STYLE, checkpatch: update line length rules, Paolo Bonzini, 2016/08/10
- [Qemu-devel] [PATCH 5/5] checkpatch: default to success if only warnings, Paolo Bonzini, 2016/08/10
- [Qemu-devel] [PATCH 4/5] checkpatch: bump most warnings to errors, Paolo Bonzini, 2016/08/10