Re: [PATCH] ia64: Fix style guide breakage

2021-02-07 Thread David Sterba
On Fri, Feb 05, 2021 at 02:06:18PM -0800, Amy Parker wrote: > Some statements do not have proper spacing between their C > keywords (commonly if and for) throughout files in the ia64 tree. > This patch corrects this to follow the kernel code style guide. > > Signed-off-by: Amy Parker > --- > arc

Re: [PATCH] ia64: Fix style guide breakage

2021-02-06 Thread Amy Parker
On Sat, Feb 6, 2021 at 8:07 AM John Paul Adrian Glaubitz wrote: > > Hi Amy! > > On 2/5/21 11:06 PM, Amy Parker wrote: > > Some statements do not have proper spacing between their C > > keywords (commonly if and for) throughout files in the ia64 tree. > > This patch corrects this to follow the kern

Re: [PATCH] ia64: Fix style guide breakage

2021-02-06 Thread John Paul Adrian Glaubitz
Hi Amy! On 2/5/21 11:06 PM, Amy Parker wrote: > Some statements do not have proper spacing between their C > keywords (commonly if and for) throughout files in the ia64 tree. > This patch corrects this to follow the kernel code style guide. > > Signed-off-by: Amy Parker I never noticed. Does th

[PATCH] ia64: Fix style guide breakage

2021-02-05 Thread Amy Parker
Some statements do not have proper spacing between their C keywords (commonly if and for) throughout files in the ia64 tree. This patch corrects this to follow the kernel code style guide. Signed-off-by: Amy Parker --- arch/ia64/hp/common/sba_iommu.c | 6 +++--- arch/ia64/kernel/machine_kexec.c