mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
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>
This commit is contained in:
parent
447794e447
commit
57e755d333
1 changed files with 4 additions and 4 deletions
|
|
@ -1509,10 +1509,10 @@ void NVLoadStateExt(struct nvidia_par *par, RIVA_HW_STATE * state)
|
|||
NV_WR32(par->PFIFO, 0x0495 * 4, 0x00000001);
|
||||
NV_WR32(par->PFIFO, 0x0140 * 4, 0x00000001);
|
||||
|
||||
if (!state) {
|
||||
par->CurrentState = NULL;
|
||||
return;
|
||||
}
|
||||
if (!state) {
|
||||
par->CurrentState = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
if (par->Architecture >= NV_ARCH_10) {
|
||||
if (par->twoHeads) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue