Re: [PATCH] video: fix inconsistent indentation warning

2024-10-15 Thread Suraj Sonawane
On 15/10/24 02:02, Helge Deller wrote: On 10/6/24 09:15, SurajSonawane2415 wrote: Fix the indentation to ensure consistent code style and improve readability, and to fix this warning: drivers/video/fbdev/nvidia/nv_hw.c:1512 NVLoadStateExt() warn: inconsistent indenting Signed-off-by: SurajSonaw

Re: [PATCH] video: fix inconsistent indentation warning

2024-10-14 Thread Helge Deller
On 10/6/24 09:15, SurajSonawane2415 wrote: Fix the indentation to ensure consistent code style and improve readability, and to fix this warning: drivers/video/fbdev/nvidia/nv_hw.c:1512 NVLoadStateExt() warn: inconsistent indenting Signed-off-by: SurajSonawane2415 --- drivers/video/fbdev/nvidi

[PATCH] video: fix inconsistent indentation warning

2024-10-06 Thread SurajSonawane2415
Fix the indentation to ensure consistent code style and improve readability, and to fix this warning: drivers/video/fbdev/nvidia/nv_hw.c:1512 NVLoadStateExt() warn: inconsistent indenting Signed-off-by: SurajSonawane2415 --- drivers/video/fbdev/nvidia/nv_hw.c | 8 1 file changed, 4 inse