Re: [PATCH v2] Fix various coding-style issues and improve printk() usage

2020-05-24 Thread David Miller
From: David Miller Date: Sun, 24 May 2020 18:15:12 -0700 (PDT) > > Please repost this with a proper subsystem/driver prefix in your Subject line > and the appropriate target GIT tree inside the [] brackets. > > F.e. Subject: [PATCH v3 net] ne2k-pci: Fix various coding-style ... Actually in thi

Re: [PATCH v2] Fix various coding-style issues and improve printk() usage

2020-05-24 Thread David Miller
Please repost this with a proper subsystem/driver prefix in your Subject line and the appropriate target GIT tree inside the [] brackets. F.e. Subject: [PATCH v3 net] ne2k-pci: Fix various coding-style ...

[PATCH v2] Fix various coding-style issues and improve printk() usage

2020-05-24 Thread Armin Wolf
Fixed a ton of minor checkpatch errors/warnings and remove version printing at module init/when device is found and use MODULE_VERSION instead. Also modifying the RTL8029 PCI string to include the compatible RTL8029AS nic. The only mayor issue remaining is the missing SPDX tag, but since the exact