Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: nvidiafb: fix inconsistent indentation warning

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 <surajsonawane0215@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

SurajSonawane2415 and committed by
Helge Deller
57e755d3 447794e4

+4 -4
+4 -4
drivers/video/fbdev/nvidia/nv_hw.c
··· 1509 1509 NV_WR32(par->PFIFO, 0x0495 * 4, 0x00000001); 1510 1510 NV_WR32(par->PFIFO, 0x0140 * 4, 0x00000001); 1511 1511 1512 - if (!state) { 1513 - par->CurrentState = NULL; 1514 - return; 1515 - } 1512 + if (!state) { 1513 + par->CurrentState = NULL; 1514 + return; 1515 + } 1516 1516 1517 1517 if (par->Architecture >= NV_ARCH_10) { 1518 1518 if (par->twoHeads) {