[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170825092757.434f1eda@gandalf.local.home>
Date: Fri, 25 Aug 2017 09:27:57 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Borislav Petkov <bp@...en8.de>
Cc: linux-edac <linux-edac@...r.kernel.org>,
Tony Luck <tony.luck@...el.com>,
Yazen Ghannam <Yazen.Ghannam@....com>, X86 ML <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 4/7] seq_buf: Export seq_buf_printf() to modules
On Fri, 25 Aug 2017 12:24:08 +0200
Borislav Petkov <bp@...en8.de> wrote:
> From: Borislav Petkov <bp@...e.de>
>
> Will be used in a module in a later patch.
>
> Signed-off-by: Borislav Petkov <bp@...e.de>
> Acked-by: Steven Rostedt (VMware) <rostedt@...dmis.org>
> ---
> lib/seq_buf.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/seq_buf.c b/lib/seq_buf.c
> index cb18469e1f49..b5217cf1824d 100644
> --- a/lib/seq_buf.c
> +++ b/lib/seq_buf.c
> @@ -90,6 +90,7 @@ int seq_buf_printf(struct seq_buf *s, const char *fmt, ...)
>
> return ret;
> }
> +EXPORT_SYMBOL_GPL(seq_buf_printf);
May want to add seq_buf_putc() and seq_buf_puts() as well. Will explain
in other patches.
-- Steve
>
> #ifdef CONFIG_BINARY_PRINTF
> /**
Powered by blists - more mailing lists