Re: [PATCH 01/11] Initialize the mapping of KASan shadow memory

From: Liuwenliang (Abbott Liu)
Date: Sun Nov 26 2017 - 20:25:45 EST


On Nov 23, 2017 23:22 Russell King - ARM Linux [mailto:linux@xxxxxxxxxxxxxxx] 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.