You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -153,7 +153,7 @@ struct savage_reg {
|
||||
unsigned char CRTC[25]; /* Crtc Controller */
|
||||
unsigned char Sequencer[5]; /* Video Sequencer */
|
||||
unsigned char Graphics[9]; /* Video Graphics */
|
||||
unsigned char Attribute[21]; /* Video Atribute */
|
||||
unsigned char Attribute[21]; /* Video Attribute */
|
||||
|
||||
unsigned int mode, refresh;
|
||||
unsigned char SR08, SR0E, SR0F;
|
||||
|
||||
@@ -385,7 +385,7 @@ SavageSetup2DEngine(struct savagefb_par *par)
|
||||
BCI_SEND(GlobalBitmapDescriptor);
|
||||
|
||||
/*
|
||||
* I don't know why, sending this twice fixes the intial black screen,
|
||||
* I don't know why, sending this twice fixes the initial black screen,
|
||||
* prevents X from crashing at least in Toshiba laptops with SavageIX.
|
||||
* --Tony
|
||||
*/
|
||||
@@ -2211,7 +2211,7 @@ static int __devinit savagefb_probe(struct pci_dev* dev,
|
||||
goto failed_mmio;
|
||||
|
||||
video_len = savage_init_hw(par);
|
||||
/* FIXME: cant be negative */
|
||||
/* FIXME: can't be negative */
|
||||
if (video_len < 0) {
|
||||
err = video_len;
|
||||
goto failed_mmio;
|
||||
|
||||
Reference in New Issue
Block a user