Re: [RFC 1/8] docs: networking: reorganize driver documentation again
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-06-11 21:49:05
Also in:
linux-doc
On Thu, 11 Jun 2020 21:17:49 +0000 Kirsher, Jeffrey T wrote:
quoted
@@ -8626,18 +8626,18 @@ W: http://e1000.sourceforge.net/ Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git -F: Documentation/networking/device_drivers/intel/e100.rst -F: Documentation/networking/device_drivers/intel/e1000.rst -F: Documentation/networking/device_drivers/intel/e1000e.rst -F: Documentation/networking/device_drivers/intel/fm10k.rst -F: Documentation/networking/device_drivers/intel/i40e.rst -F: Documentation/networking/device_drivers/intel/iavf.rst -F: Documentation/networking/device_drivers/intel/ice.rst -F: Documentation/networking/device_drivers/intel/igb.rst -F: Documentation/networking/device_drivers/intel/igbvf.rst -F: Documentation/networking/device_drivers/intel/ixgb.rst -F: Documentation/networking/device_drivers/intel/ixgbe.rst -F: Documentation/networking/device_drivers/intel/ixgbevf.rst +F: Documentation/networking/device_drivers/ethernet/intel/e100.rst +F: Documentation/networking/device_drivers/ethernet/intel/e1000.rst +F: Documentation/networking/device_drivers/ethernet/intel/e1000e.rst +F: Documentation/networking/device_drivers/ethernet/intel/fm10k.rst +F: Documentation/networking/device_drivers/ethernet/intel/i40e.rst +F: Documentation/networking/device_drivers/ethernet/intel/iavf.rst +F: Documentation/networking/device_drivers/ethernet/intel/ice.rst +F: Documentation/networking/device_drivers/ethernet/intel/igb.rst +F: Documentation/networking/device_drivers/ethernet/intel/igbvf.rst +F: Documentation/networking/device_drivers/ethernet/intel/ixgb.rst +F: Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst +F: Documentation/networking/device_drivers/ethernet/intel/ixgbevf.rst[Kirsher, Jeffrey T] With this patch, the above MAINTAIERS entries can be reduced to a single line. This can now become: F: Documentation/networking/device_drivers/ethernet/intel/* No need to list out all the documented files now that I support/maintain all documentation in the above folder.
Ah, good point, the Wi-Fi is no longer there!