[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1384267377.5754.25.camel@dhcp-9-2-203-236.watson.ibm.com>
Date: Tue, 12 Nov 2013 09:42:57 -0500
From: Mimi Zohar <zohar@...ux.vnet.ibm.com>
To: Andy Whitcroft <apw@...onical.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Joe Perches <joe@...ches.com>
Subject: scripts: checkpatch.pl & Lindent (minor complaint)
Hi,
scripts/Lindent and scripts/checkpatch disagree whether the fields in a
statically initialized array should be blank separated.
static struct ima_rule_entry default_rules[] = {
{.action = DONT_MEASURE,.fsmagic = PROC_SUPER_MAGIC,.flags = IMA_FSMAGIC},
Lindent adds a blank before '.fsmagic', which checkpatch then complains
about (eg. commit 75834fc3).
thanks,
Mimi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists