summaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-11-15 11:51:03 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-15 11:51:03 -0800
commitfab349cceb25f92bac1400601c5ef8345a166958 (patch)
treeaba18d45b3620a210a939777857853c67a61d5c3 /drivers/block/floppy.c
parentd091c2f58ba32029495a933b721e8e02fbd12caa (diff)
parent31c00fc15ebd35c1647775dbfc167a15d46657fd (diff)
downloadkernel-crypto-fab349cceb25f92bac1400601c5ef8345a166958.tar.gz
kernel-crypto-fab349cceb25f92bac1400601c5ef8345a166958.tar.xz
kernel-crypto-fab349cceb25f92bac1400601c5ef8345a166958.zip
Merge branch 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs
* 'doc-subdirs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs: Create/use more directory structure in the Documentation/ tree.
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r--drivers/block/floppy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 14db747a636..cf29cc4e6ab 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -4124,7 +4124,7 @@ static int __init floppy_setup(char *str)
printk("\n");
} else
DPRINT("botched floppy option\n");
- DPRINT("Read Documentation/floppy.txt\n");
+ DPRINT("Read Documentation/blockdev/floppy.txt\n");
return 0;
}