Re: [PATCH v5 3/4] PCI/VGA: Tidy up the code and comment format

2023-06-09 Thread Sui Jingfeng
Hi, On 2023/6/9 20:00, Andi Shyti wrote: Hi Sui, On Fri, Jun 09, 2023 at 07:24:16PM +0800, Sui Jingfeng wrote: This patch replaces the leading space with a tab and removes the double blank line, no functional change. You mainly fixed comment style, though and it's not written here. No need t

Re: [PATCH v5 3/4] PCI/VGA: Tidy up the code and comment format

2023-06-09 Thread Andi Shyti
Hi Sui, On Fri, Jun 09, 2023 at 07:24:16PM +0800, Sui Jingfeng wrote: > This patch replaces the leading space with a tab and removes the double > blank line, no functional change. You mainly fixed comment style, though and it's not written here. No need to resend for me as you also wrote it in t

[PATCH v5 3/4] PCI/VGA: Tidy up the code and comment format

2023-06-09 Thread Sui Jingfeng
This patch replaces the leading space with a tab and removes the double blank line, no functional change. Signed-off-by: Sui Jingfeng --- drivers/pci/vgaarb.c | 108 - include/linux/vgaarb.h | 4 +- 2 files changed, 65 insertions(+), 47 deletions(-) d