Skip to content

Commit 57e755d

Browse files
SurajSonawane2415hdeller
authored andcommitted
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 <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 447794e commit 57e755d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/video/fbdev/nvidia/nv_hw.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,10 +1509,10 @@ void NVLoadStateExt(struct nvidia_par *par, RIVA_HW_STATE * state)
15091509
NV_WR32(par->PFIFO, 0x0495 * 4, 0x00000001);
15101510
NV_WR32(par->PFIFO, 0x0140 * 4, 0x00000001);
15111511

1512-
if (!state) {
1513-
par->CurrentState = NULL;
1514-
return;
1515-
}
1512+
if (!state) {
1513+
par->CurrentState = NULL;
1514+
return;
1515+
}
15161516

15171517
if (par->Architecture >= NV_ARCH_10) {
15181518
if (par->twoHeads) {

0 commit comments

Comments
 (0)