From mboxrd@z Thu Jan 1 00:00:00 1970 From: liuwenliang@huawei.com (Liuwenliang (Abbott Liu)) Date: Mon, 27 Nov 2017 01:23:50 +0000 Subject: [PATCH 01/11] Initialize the mapping of KASan shadow memory In-Reply-To: <20171123152218.GQ31757@n2100.armlinux.org.uk> References: <87375eqobb.fsf@on-the-bus.cambridge.arm.com> <20171117073556.GB28855@cbox> <20171118134841.3f6c9183@why.wild-wind.fr.eu.org> <20171121122938.sydii3i36jbzi7x4@lakrids.cambridge.arm.com> <757534e5-fcea-3eb4-3c8d-b8c7e709f555@arm.com> <20171123152218.GQ31757@n2100.armlinux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Nov 23, 2017 23:22 Russell King - ARM Linux [mailto:linux at armlinux.org.uk] wrote: >Please pay attention to the project coding style whenever creating code >for a program. It doesn't matter what the project coding style is, as >long as you write your code to match the style that is already there. > >For the kernel, that is: tabs not spaces for indentation of code. >You seem to be using a variable number of spaces for all the new code >above. > >Some of it seems to be your email client thinking it knows better about >white space - and such behaviours basically makes patches unapplyable. >See Documentation/process/email-clients.rst for hints about email >clients. Thanks for your review. I'm going to change it in the new version.