mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue