Re: [PATCH 2/4] drivers/misc: add Goodix GXFP5130 eSPI fin gerprint sensor driver
Metehan Günen <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 18, 2026 at 11:09:43AM +0200, Greg KH wrote: > Why add this extra line? > Same here, why the extra line? Script artifact — the patch generation script added a spurious blank line before both the source and obj entries. Will fix in v2. > Please do not roll your own tracing functions, use the in-kernel ones > instead. Agreed. The entire gxfp_trace module will be removed in v2 and replaced with dev_dbg() calls throughout, which integrate with the kernel's dynamic debug infrastructure. Thanks, Metehan Günen