Re: [RFC] net: documentation: build a directory structure for drivers
From: Jakub Kicinski <hidden>
Date: 2018-12-05 07:35:01
Also in:
netdev
From: Jakub Kicinski <hidden>
Date: 2018-12-05 07:35:01
Also in:
netdev
On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote:
From: Jakub Kicinski <redacted> Date: Mon, 3 Dec 2018 17:43:28 -0800quoted
Documentation/networking/ is full of cryptically named files with driver documentation. This makes finding interesting information at a glance really hard. Move all those files into a directory called device_drivers (since not all drivers are for device) and fix up references. RFC v0.1 -> RFC v1: - also add .txt suffix to the files which are missing it (Quentin) Signed-off-by: Jakub Kicinski <redacted> Reviewed-by: Quentin Monnet <redacted> --- I'm posting as an RFC to see what the general feeling is about such a patch. I can split into per-driver changes later if that's the best way forward.I'm fine with this patch as-is. Do you mind if I just apply it to net-next?
Not at all. I feel slightly bad for not CCing all the maintainers but then again it just a slight reorg, I don't see a strong reason anyone would particularly care. Thanks!