]> www.infradead.org Git - users/willy/xarray.git/commit
module: Fix KCOV-ignored file name
authorDmitry Vyukov <dvyukov@google.com>
Tue, 11 Jun 2024 07:50:32 +0000 (09:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Aug 2024 15:36:35 +0000 (17:36 +0200)
commitf34d086fb7102fec895fd58b9e816b981b284c17
tree494a62033b46bd3630f123e2f55e73e7372f7f04
parent6cd0dd934b03d4ee4094ac474108723e2f2ed7d6
module: Fix KCOV-ignored file name

module.c was renamed to main.c, but the Makefile directive was copy-pasted
verbatim with the old file name.  Fix up the file name.

Fixes: cfc1d277891e ("module: Move all into module/")
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexander Potapenko <glider@google.com>
Reviewed-by: Marco Elver <elver@google.com>
Reviewed-by: Andrey Konovalov <andreyknvl@gmail.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/all/bc0cf790b4839c5e38e2fafc64271f620568a39e.1718092070.git.dvyukov@google.com
kernel/module/Makefile