On Thu, Oct 27, 2022 at 07:53:34AM +0300, Andy Shevchenko wrote: > On Thu, Oct 27, 2022 at 1:42 AM наб wrote: > > in that case > > ("invalid line #%d.") > > Please, respect English grammar and punctuation, in particular don't > forget the trailing periods. > > > + if (!info) { > > + printk(KERN_WARNING "%s(%d):mgslpc_open: " > > + "no device for line #%d.\n", > > + __FILE__, __LINE__, line); > > Even though the old code uses this awkward style for messages, please > follow the modern one, i.e. > > pr_warn("mgslpc_open: no device for line #%d.\n", line); Both applied for v2. наб