On Sat, 23 May 2020 18:06:44 +0200 Armin Wolf <w_ar...@gmx.de> wrote:
> /* These identify the driver base version and may not be removed. */ > static const char version[] = > - KERN_INFO DRV_NAME ".c:v" DRV_VERSION " " DRV_RELDATE > - " D. Becker/P. Gortmaker\n"; > + "Version " DRV_VERSION " " DRV_RELDATE " D. Becker/P. Gortmaker\n"; This is how Linux drivers behaved years ago, it is bad practice now.