diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 11:51:03 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-15 11:51:03 -0800 |
commit | fab349cceb25f92bac1400601c5ef8345a166958 (patch) | |
tree | aba18d45b3620a210a939777857853c67a61d5c3 /drivers/block/floppy.c | |
parent | d091c2f58ba32029495a933b721e8e02fbd12caa (diff) | |
parent | 31c00fc15ebd35c1647775dbfc167a15d46657fd (diff) | |
download | kernel-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.c | 2 |
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; } |