Messages in this thread Patch in this message |  | | From | Diederik de Haas <> | Subject | [PATCH] watchdog: Fix full name of the GPL | Date | Sun, 22 Jan 2023 20:13:45 +0100 |
| |
Signed-off-by: Diederik de Haas <didi.debian@cknow.org> --- drivers/watchdog/ibmasr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c index 4a22fe152086..eee1043acfff 100644 --- a/drivers/watchdog/ibmasr.c +++ b/drivers/watchdog/ibmasr.c @@ -7,7 +7,7 @@ * Copyright (c) IBM Corporation, 1998-2004. * * This software may be used and distributed according to the terms - * of the GNU Public License, incorporated herein by reference. + * of the GNU General Public License, incorporated herein by reference. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -- 2.39.0
|  |