Commit d3d62d1d authored by Clifton Barnes's avatar Clifton Barnes Committed by Greg Kroah-Hartman

staging: xgifb: fix 'line over 80 characters'

fix checkpatch.pl warning about 'line over 80 characters'
Signed-off-by: default avatarClifton Barnes <clifton.a.barnes@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ff333427
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment