diff mbox

scripts/kallsyms: remove last remnants of --page-offset option

Message ID 1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org
State Accepted
Commit 0f66784ae2eb6ac5bc7540b891786ff062bbf630
Headers show

Commit Message

Ard Biesheuvel Oct. 28, 2016, 5:09 p.m. UTC
The implementation of the --page-offset kallsyms command line option has
been removed, so remove it from the usage string as well.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 scripts/kallsyms.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

Comments

Ard Biesheuvel Nov. 25, 2016, 8:43 a.m. UTC | #1
On 28 October 2016 at 18:09, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> The implementation of the --page-offset kallsyms command line option has

> been removed, so remove it from the usage string as well.

>

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> ---

>  scripts/kallsyms.c | 1 -

>  1 file changed, 1 deletion(-)

>

> diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c

> index 1f22a186c18c..299b92ca1ae0 100644

> --- a/scripts/kallsyms.c

> +++ b/scripts/kallsyms.c

> @@ -76,7 +76,6 @@ static void usage(void)

>  {

>         fprintf(stderr, "Usage: kallsyms [--all-symbols] "

>                         "[--symbol-prefix=<prefix char>] "

> -                       "[--page-offset=<CONFIG_PAGE_OFFSET>] "

>                         "[--base-relative] < in.map > out.S\n");

>         exit(1);

>  }

> --

> 2.7.4

>


Ping?
Michal Marek Dec. 11, 2016, 11:46 a.m. UTC | #2
On Fri, Nov 25, 2016 at 08:43:55AM +0000, Ard Biesheuvel wrote:
> On 28 October 2016 at 18:09, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

> > The implementation of the --page-offset kallsyms command line option has

> > been removed, so remove it from the usage string as well.

> >

> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> > ---

> >  scripts/kallsyms.c | 1 -

> >  1 file changed, 1 deletion(-)

> >

> > diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c

> > index 1f22a186c18c..299b92ca1ae0 100644

> > --- a/scripts/kallsyms.c

> > +++ b/scripts/kallsyms.c

> > @@ -76,7 +76,6 @@ static void usage(void)

> >  {

> >         fprintf(stderr, "Usage: kallsyms [--all-symbols] "

> >                         "[--symbol-prefix=<prefix char>] "

> > -                       "[--page-offset=<CONFIG_PAGE_OFFSET>] "

> >                         "[--base-relative] < in.map > out.S\n");

> >         exit(1);

> >  }

> > --

> > 2.7.4

> >

> 

> Ping?


Pong, sorry. Applied to kbuild.git#kbuild now.

Michal
diff mbox

Patch

diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 1f22a186c18c..299b92ca1ae0 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -76,7 +76,6 @@  static void usage(void)
 {
 	fprintf(stderr, "Usage: kallsyms [--all-symbols] "
 			"[--symbol-prefix=<prefix char>] "
-			"[--page-offset=<CONFIG_PAGE_OFFSET>] "
 			"[--base-relative] < in.map > out.S\n");
 	exit(1);
 }