From mboxrd@z Thu Jan 1 00:00:00 1970 From: willy@infradead.org (Matthew Wilcox) Date: Sun, 4 Feb 2018 15:03:46 -0800 Subject: [PATCH 2/6] genalloc: selftest In-Reply-To: References: <20180204164732.28241-1-igor.stoppa@huawei.com> <20180204164732.28241-3-igor.stoppa@huawei.com> Message-ID: <20180204230346.GA12502@bombadil.infradead.org> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Sun, Feb 04, 2018 at 02:19:22PM -0800, Randy Dunlap wrote: > > +#ifndef __GENALLOC_SELFTEST_H__ > > +#define __GENALLOC_SELFTEST_H__ > > Please use _LINUX_GENALLOC_SELFTEST_H_ willy at bobo:~/kernel/linux$ git grep define.*_H__$ include/linux/*.h |wc -l 98 willy at bobo:~/kernel/linux$ git grep define.*_H_$ include/linux/*.h |wc -l 110 willy at bobo:~/kernel/linux$ git grep define.*_H$ include/linux/*.h |wc -l 885 No trailing underscore is 8x as common as one trailing underscore. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html