X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Fide%2Fide-floppy.c;h=61fdf544fbd63193926010ff33fef34f9d30dbe9;hp=536ff68062abe83dc88ef9b70275ef312b6847a3;hb=d798f7f080805ad7e15fc37a43d8c6f91edb6dda;hpb=db210f824c2f155703edf03bc2137da1bd76e27d diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c index 536ff68062ab..61fdf544fbd6 100644 --- a/drivers/ide/ide-floppy.c +++ b/drivers/ide/ide-floppy.c @@ -107,7 +107,7 @@ static int ide_floppy_callback(ide_drive_t *drive, int dsc) static void ide_floppy_report_error(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc) { - /* supress error messages resulting from Medium not present */ + /* suppress error messages resulting from Medium not present */ if (floppy->sense_key == 0x02 && floppy->asc == 0x3a && floppy->ascq == 0x00)