Re: Re: [PATCH 2/2] arm64/kernel: improve the coding style

2021-02-03 Thread 戴志远
I am very sorry, my English cooperation is poor, just want to contribute。 2021-02-03 19:41:58 "Mark Rutland" 写道: > On Wed, Feb 03, 2021 at 01:48:19PM +0800, Zhiyuan Dai wrote: > > Just improve the coding style. > > > > Signed-off-by: Zhiyuan Dai > > This is terse and doesn't tell the reader wh

Re: [PATCH 2/2] arm64/kernel: improve the coding style

2021-02-03 Thread Mark Rutland
On Wed, Feb 03, 2021 at 01:48:19PM +0800, Zhiyuan Dai wrote: > Just improve the coding style. > > Signed-off-by: Zhiyuan Dai This is terse and doesn't tell the reader what to expect. It would be better to say something more specific, e.g. | arm64: improve whitespace | | In a few places we don't

[PATCH 2/2] arm64/kernel: improve the coding style

2021-02-02 Thread Zhiyuan Dai
Just improve the coding style. Signed-off-by: Zhiyuan Dai --- arch/arm64/kernel/alternative.c | 2 +- arch/arm64/kernel/module-plts.c | 2 +- arch/arm64/kernel/perf_event.c | 2 +- arch/arm64/kernel/process.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm6