diff options
author | Xose Vazquez Perez <xose.vazquez@gmail.com> | 2006-01-14 12:57:41 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 10:39:53 -0800 |
commit | e1b114ee90040af5108973abd1a82babc4905868 (patch) | |
tree | 6b63f8e659d7bbddc650f67300cb01a0204479f1 /Documentation/SubmittingDrivers | |
parent | 7b4ee73e28052e53aac2fef1c91029666d8b2d70 (diff) | |
download | linux-3.10-e1b114ee90040af5108973abd1a82babc4905868.tar.gz linux-3.10-e1b114ee90040af5108973abd1a82babc4905868.tar.bz2 linux-3.10-e1b114ee90040af5108973abd1a82babc4905868.zip |
[PATCH] docs: update some updated code docs
Based on comments from Randy Dunlap on my previous commit
5b0ed2c64d8fdafb5fcfb3baabdd288628b1ff9b
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/SubmittingDrivers')
-rw-r--r-- | Documentation/SubmittingDrivers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDrivers index dd311cff1cc..6bd30fdd078 100644 --- a/Documentation/SubmittingDrivers +++ b/Documentation/SubmittingDrivers @@ -143,7 +143,7 @@ KernelNewbies: http://kernelnewbies.org/ Linux USB project: - http://linux-usb.sourceforge.net/ + http://www.linux-usb.org/ How to NOT write kernel driver by arjanv@redhat.com http://people.redhat.com/arjanv/olspaper.pdf |