Re: [PATCH net-next 1/2] can-isotp: implement cleanups / improvements from review

2020-10-11 Thread Marc Kleine-Budde
On 10/10/20 10:49 PM, Oliver Hartkopp wrote: > As pointed out by Jakub Kicinski here: > https://marc.info/?l=linux-can&m=160229286216008 > this patch addresses the remarked issues: > > - remove empty lines in comment > - remove default=y for CAN_ISOTP in Kconfig > - make use of pr_notice_once() >

[PATCH net-next 1/2] can-isotp: implement cleanups / improvements from review

2020-10-10 Thread Oliver Hartkopp
As pointed out by Jakub Kicinski here: https://marc.info/?l=linux-can&m=160229286216008 this patch addresses the remarked issues: - remove empty lines in comment - remove default=y for CAN_ISOTP in Kconfig - make use of pr_notice_once() - use GFP_KERNEL instead of gfp_any() in soft hrtimer context