mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 18:09:52 +07:00
staging: xgifb: fix 'line over 80 characters'
fix checkpatch.pl warning about 'line over 80 characters' Signed-off-by: Clifton Barnes <clifton.a.barnes@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ff33342767
commit
d3d62d1d6c
@ -551,7 +551,8 @@ static int XGINew_ReadWriteRest(unsigned short StopAddr,
|
||||
writel(Position, fbaddr + Position);
|
||||
}
|
||||
|
||||
usleep_range(500, 1500); /* Fix #1759 Memory Size error in Multi-Adapter. */
|
||||
/* Fix #1759 Memory Size error in Multi-Adapter. */
|
||||
usleep_range(500, 1500);
|
||||
|
||||
Position = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user