* [PATCH] <linux/ide.h>: fix comment typo
@ 2010-04-12 15:43 Sergei Shtylyov
2010-04-15 9:17 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2010-04-12 15:43 UTC (permalink / raw)
To: davem; +Cc: linux-ide
Fix typo in the comment to the 'dma_mode' field of the 'struct ide_drive_s'
introduced by the commit 3fccaa192b9501e79a57e02e62b6bf420d2b461e (ide: add
drive->dma_mode field).
Whilt at it, convert spaces to a tab in the declaration of the neighbouring
'dn' field...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
---
The patch is atop of ide-2.6.git tree...
include/linux/ide.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: ide-2.6/include/linux/ide.h
===================================================================
--- ide-2.6.orig/include/linux/ide.h
+++ ide-2.6/include/linux/ide.h
@@ -516,8 +516,8 @@ struct ide_drive_s {
u8 current_speed; /* current transfer rate set */
u8 desired_speed; /* desired transfer rate set */
u8 pio_mode; /* for ->set_pio_mode _only_ */
- u8 dma_mode; /* for ->dma_pio_mode _only_ */
- u8 dn; /* now wide spread use */
+ u8 dma_mode; /* for ->set_dma_mode _only_ */
+ u8 dn; /* now wide spread use */
u8 acoustic; /* acoustic management */
u8 media; /* disk, cdrom, tape, floppy, ... */
u8 ready_stat; /* min status value for drive ready */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] <linux/ide.h>: fix comment typo
2010-04-12 15:43 [PATCH] <linux/ide.h>: fix comment typo Sergei Shtylyov
@ 2010-04-15 9:17 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-04-15 9:17 UTC (permalink / raw)
To: sshtylyov; +Cc: linux-ide
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Date: Mon, 12 Apr 2010 19:43:19 +0400
> Fix typo in the comment to the 'dma_mode' field of the 'struct ide_drive_s'
> introduced by the commit 3fccaa192b9501e79a57e02e62b6bf420d2b461e (ide: add
> drive->dma_mode field).
>
> Whilt at it, convert spaces to a tab in the declaration of the neighbouring
> 'dn' field...
>
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-15 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 15:43 [PATCH] <linux/ide.h>: fix comment typo Sergei Shtylyov
2010-04-15 9:17 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).