Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248138
| From | Michal Marek <mmarek@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] scripts/tags.sh cleanup |
| Date | 2015-10-15 22:20 +0200 |
| Message-ID | <qjXah-pN-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Do a cleanup of the tags.sh script, to make it easier to maintain. The main part is in patch 8/9, which unifies the rules for emacs etags and exuberant ctags . Some of the fixes uncovered coding style issues in random source files, which are also fixed by this series. Michal Marek (9): tags: Treat header files as C code KVM: arm: Do not indent the arguments of DECLARE_BITMAP aic7xxx: Avoid name collision with <linux/list.h> tags: Fix erroneous pattern match in a comment tags: Process Kconfig files in a single pass tags: Do not try to index defconfigs tags: Drop the _PE rule tags: Unify emacs and exuberant rules treewide: Remove newlines inside DEFINE_PER_CPU() macros arch/ia64/kernel/smp.c | 3 +- drivers/acpi/processor_idle.c | 3 +- drivers/scsi/aic7xxx/aic79xx.h | 4 +- drivers/scsi/aic7xxx/aic79xx_osm.h | 5 - drivers/scsi/aic7xxx/aic7xxx.h | 2 +- drivers/scsi/aic7xxx/aic7xxx_osm.h | 5 - drivers/scsi/aic7xxx/queue.h | 2 +- drivers/xen/events/events_2l.c | 3 +- include/kvm/arm_vgic.h | 8 +- kernel/locking/lockdep.c | 3 +- kernel/rcu/rcutorture.c | 6 +- kernel/workqueue.c | 3 +- net/ipv4/syncookies.c | 3 +- net/ipv6/syncookies.c | 3 +- net/rds/page.c | 3 +- scripts/tags.sh | 217 ++++++++++++++++++------------------- 16 files changed, 125 insertions(+), 148 deletions(-) mode change 100755 => 100644 scripts/tags.sh -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] scripts/tags.sh cleanup Michal Marek <mmarek@suse.com> - 2015-10-15 22:20 +0200 [PATCH 9/9] treewide: Remove newlines inside DEFINE_PER_CPU() macros Michal Marek <mmarek@suse.com> - 2015-10-15 22:20 +0200 [PATCH 5/9] tags: Process Kconfig files in a single pass Michal Marek <mmarek@suse.com> - 2015-10-15 22:20 +0200 [PATCH 7/9] tags: Drop the _PE rule Michal Marek <mmarek@suse.com> - 2015-10-15 22:20 +0200 [PATCH 1/9] tags: Treat header files as C code Michal Marek <mmarek@suse.com> - 2015-10-15 22:30 +0200
csiph-web