diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-03-07 15:53:50 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-03-07 15:53:50 -0500 |
commit | 1c10e93828f8861c3f58d647e259de0e2c63b930 (patch) | |
tree | 4c0abf1371c3ec437bea0860d806fd889a6dfcfd /drivers/ide/ide.c | |
parent | 331a5ad2a2ab6e93d1848b060c84fd2821c72e29 (diff) |
ide: update references to Documentation/ide/ide.txt (v2)
Fix all references to Documentation/ide/ide.txt.
Add/update ide/00-INDEX file.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index c2b791224097..9976f9d627d4 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -1180,7 +1180,7 @@ static int __initdata is_chipset_set[MAX_HWIFS]; | |||
1180 | * ide_setup() gets called VERY EARLY during initialization, | 1180 | * ide_setup() gets called VERY EARLY during initialization, |
1181 | * to handle kernel "command line" strings beginning with "hdx=" or "ide". | 1181 | * to handle kernel "command line" strings beginning with "hdx=" or "ide". |
1182 | * | 1182 | * |
1183 | * Remember to update Documentation/ide.txt if you change something here. | 1183 | * Remember to update Documentation/ide/ide.txt if you change something here. |
1184 | */ | 1184 | */ |
1185 | static int __init ide_setup(char *s) | 1185 | static int __init ide_setup(char *s) |
1186 | { | 1186 | { |