public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jessica Yu <jeyu@kernel.org>
To: Johan Hovold <johan@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] module: drop semicolon from version macro
Date: Mon, 7 Dec 2020 13:02:43 +0100	[thread overview]
Message-ID: <20201207120242.GA14180@linux-8ccs> (raw)
In-Reply-To: <20201207091308.1217-1-johan@kernel.org>

+++ Johan Hovold [07/12/20 10:13 +0100]:
>Drop the trailing semicolon from the MODULE_VERSION() macro definition
>which was left when removing the array-of-pointer indirection.
>
>Signed-off-by: Johan Hovold <johan@kernel.org>

Applied, thanks!

Jessica

>---
> include/linux/module.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/linux/module.h b/include/linux/module.h
>index ebe2641d7b0b..b63db970fd26 100644
>--- a/include/linux/module.h
>+++ b/include/linux/module.h
>@@ -279,7 +279,7 @@ extern typeof(name) __mod_##type##__##name##_device_table		\
> 			},						\
> 			.module_name	= KBUILD_MODNAME,		\
> 			.version	= _version,			\
>-		};
>+		}
> #endif
>
> /* Optional firmware file (or files) needed by the module
>-- 
>2.26.2
>

      reply	other threads:[~2020-12-07 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07  9:13 [PATCH] module: drop semicolon from version macro Johan Hovold
2020-12-07 12:02 ` Jessica Yu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201207120242.GA14180@linux-8ccs \
    --to=jeyu@kernel.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox