Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753812AbbLDP0v (ORCPT ); Fri, 4 Dec 2015 10:26:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:53848 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002AbbLDP0q (ORCPT ); Fri, 4 Dec 2015 10:26:46 -0500 From: Michal Marek To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH v2 0/8] scripts/tags.sh cleanup Date: Fri, 4 Dec 2015 16:26:19 +0100 Message-Id: <1449242787-16598-1-git-send-email-mmarek@suse.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1765 Lines: 43 Do a cleanup of the tags.sh script, to make it easier to maintain. The main part is in patch 7/8, 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. v2: Rebased on current linux-next, ARM KVM patch got merged. Michal Marek (8): tags: Treat header files as C code aic7xxx: Avoid name collision with 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 +- 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 | 216 ++++++++++++++++++------------------- 15 files changed, 121 insertions(+), 143 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/