Message ID | 20220728070254.267974-1-dario.binacchi@amarulasolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | can: slcan: extend supported features (step 2) | expand |
On 28.07.2022 09:02:47, Dario Binacchi wrote: > With this series I try to finish the task, started with the series [1], > of completely removing the dependency of the slcan driver from the > userspace slcand/slcan_attach applications. > > The series also contains patches that remove the legacy stuff (slcan_devs, > SLCAN_MAGIC, ...) and do some module cleanup. > > The series has been created on top of the patches: > > can: slcan: convert comments to network style comments > can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level() > can: slcan: fix whitespace issues > can: slcan: convert comparison to NULL into !val > can: slcan: clean up if/else > can: slcan: use scnprintf() as a hardening measure > can: slcan: do not report txerr and rxerr during bus-off > can: slcan: do not sleep with a spin lock held > > applied to linux-next. > > [1] https://lore.kernel.org/all/20220628163137.413025-1-dario.binacchi@amarulasolutions.com/ Thanks a lot for your work! Applied to linux-can/master. regards, Marc