On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote: > From: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> > Date: Mon, 3 Dec 2018 17:43:28 -0800 > > > 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 <jakub.kicinski@xxxxxxxxxxxxx> > > Reviewed-by: Quentin Monnet <quentin.monnet@xxxxxxxxxxxxx> > > --- > > 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!