mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
skeletonfb: wrong field name fix
This patch corrects name of the field. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e7f76df964
commit
65faaeb359
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ static int __devinit xxxfb_probe(struct pci_dev *dev,
|
|||
*
|
||||
* NOTE: This field is currently unused.
|
||||
*/
|
||||
info->pixmap.scan_align = 32;
|
||||
info->pixmap.access_align = 32;
|
||||
/***************************** End optional stage ***************************/
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue