mirror of https://gitee.com/openkylin/linux.git
ide: small whitespace fixes
Small whitespace fixes for drivers/ide. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
1a677aba5e
commit
fc410698eb
|
@ -638,7 +638,7 @@ static inline u8 probe_for_drive (ide_drive_t *drive)
|
|||
return drive->present;
|
||||
}
|
||||
|
||||
static void hwif_release_dev (struct device *dev)
|
||||
static void hwif_release_dev(struct device *dev)
|
||||
{
|
||||
ide_hwif_t *hwif = container_of(dev, ide_hwif_t, gendev);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 1994-1998 Linus Torvalds & authors (see below)
|
||||
* Copyrifht (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
|
||||
* Copyright (C) 2003-2005, 2007 Bartlomiej Zolnierkiewicz
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue