Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <[email protected]>Cc: Jonathan Corbet <[email protected]>Cc: [email protected]Cc: Jiri Pirko <[email protected]>Cc: "David S. Miller" <[email protected]>Cc: Eric Dumazet <[email protected]>Cc: Jakub Kicinski <[email protected]>Cc: Paolo Abeni <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Paolo Abeni <[email protected]>
show more ...
docs: make reporting-bugs.rst obsoleteMake various places which point toDocumentation/admin-guide/reporting-bugs.rst point toDocumentation/admin-guide/reporting-issues.rst instead. That document
docs: make reporting-bugs.rst obsoleteMake various places which point toDocumentation/admin-guide/reporting-bugs.rst point toDocumentation/admin-guide/reporting-issues.rst instead. That document isbrand new and as of now is not completely finished. But even at thisstage it's a lot more helpful and accurate than reporting-bugs.rst.Hence also add a note to reporting-bugs.rst, telling people they'rebetter off reading reporting-issues.rst instead.reporting-bugs.rst is scheduled for removal once reporting-issues.rstis considered ready.Signed-off-by: Thorsten Leemhuis <[email protected]>Link: https://lore.kernel.org/r/3df7c2d16de112b47bb6e6158138608e78562bf5.1607063223.git.linux@leemhuis.infoSigned-off-by: Jonathan Corbet <[email protected]>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <[email protected]>Acked-by: Jeff Kirsher <[email protected]>Acked-by: Shannon Nelson <[email protected]>Signed-off-by: David S. Miller <[email protected]>