diff for duplicates of <20131216111113.GB23211@leaf> diff --git a/a/1.txt b/N1/1.txt index 8822302..3263057 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,34 +1,30 @@ On Mon, Dec 16, 2013 at 04:31:28PM +0530, Rashika Kheria wrote: -> Mark the function hvc_poll_init() as static in hvc/hvc_console.c becaus= -e +> Mark the function hvc_poll_init() as static in hvc/hvc_console.c because > it is not used outside this file. ->=20 +> > This eliminates the following warning in hvc/hvc_console.c: -> drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for= - =E2=80=98hvc_poll_init=E2=80=99 [-Wmissing-prototypes] ->=20 +> drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for ‘hvc_poll_init’ [-Wmissing-prototypes] +> > Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> > drivers/tty/hvc/hvc_console.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ->=20 -> diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_consol= -e.c +> +> diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c > index 9eba119..50b4688 100644 > --- a/drivers/tty/hvc/hvc_console.c > +++ b/drivers/tty/hvc/hvc_console.c > @@ -788,7 +788,7 @@ static int hvc_tiocmset(struct tty_struct *tty, > } -> =20 +> > #ifdef CONFIG_CONSOLE_POLL > -int hvc_poll_init(struct tty_driver *driver, int line, char *options) -> +static int hvc_poll_init(struct tty_driver *driver, int line, char *op= -tions) +> +static int hvc_poll_init(struct tty_driver *driver, int line, char *options) > { > return 0; > } -> --=20 +> -- > 1.7.9.5 ->=20 +> diff --git a/a/content_digest b/N1/content_digest index d6eedc8..e9c6a63 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,46 +4,42 @@ "Subject\0Re: [PATCH 2/2] drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c\0" "Date\0Mon, 16 Dec 2013 03:11:13 -0800\0" "To\0Rashika Kheria <rashika.kheria@gmail.com>\0" - "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" - Hendrik Brueckner <brueckner@linux.vnet.ibm.com> + "Cc\0linux-kernel@vger.kernel.org" + Greg Kroah-Hartman <gregkh@linuxfoundation.org> Jiri Slaby <jslaby@suse.cz> - linux-kernel@vger.kernel.org + Hendrik Brueckner <brueckner@linux.vnet.ibm.com> " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Mon, Dec 16, 2013 at 04:31:28PM +0530, Rashika Kheria wrote:\n" - "> Mark the function hvc_poll_init() as static in hvc/hvc_console.c becaus=\n" - "e\n" + "> Mark the function hvc_poll_init() as static in hvc/hvc_console.c because\n" "> it is not used outside this file.\n" - ">=20\n" + "> \n" "> This eliminates the following warning in hvc/hvc_console.c:\n" - "> drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for=\n" - " =E2=80=98hvc_poll_init=E2=80=99 [-Wmissing-prototypes]\n" - ">=20\n" + "> drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for \342\200\230hvc_poll_init\342\200\231 [-Wmissing-prototypes]\n" + "> \n" "> Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>\n" "\n" "Reviewed-by: Josh Triplett <josh@joshtriplett.org>\n" "\n" "> drivers/tty/hvc/hvc_console.c | 2 +-\n" "> 1 file changed, 1 insertion(+), 1 deletion(-)\n" - ">=20\n" - "> diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_consol=\n" - "e.c\n" + "> \n" + "> diff --git a/drivers/tty/hvc/hvc_console.c b/drivers/tty/hvc/hvc_console.c\n" "> index 9eba119..50b4688 100644\n" "> --- a/drivers/tty/hvc/hvc_console.c\n" "> +++ b/drivers/tty/hvc/hvc_console.c\n" "> @@ -788,7 +788,7 @@ static int hvc_tiocmset(struct tty_struct *tty,\n" "> }\n" - "> =20\n" + "> \n" "> #ifdef CONFIG_CONSOLE_POLL\n" "> -int hvc_poll_init(struct tty_driver *driver, int line, char *options)\n" - "> +static int hvc_poll_init(struct tty_driver *driver, int line, char *op=\n" - "tions)\n" + "> +static int hvc_poll_init(struct tty_driver *driver, int line, char *options)\n" "> {\n" "> \treturn 0;\n" "> }\n" - "> --=20\n" + "> -- \n" "> 1.7.9.5\n" - >=20 + > -c9c2cddb4947374f30ffeb68218577c808db0b80ed3b1211649ca1c376c37d4a +83eb96dc6443735596ef74c8dd87664f7b321c60a7ee910a8830ea585837257b
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.