Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753957AbcKYIoN (ORCPT ); Fri, 25 Nov 2016 03:44:13 -0500 Received: from mail-io0-f177.google.com ([209.85.223.177]:34418 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753971AbcKYIn6 (ORCPT ); Fri, 25 Nov 2016 03:43:58 -0500 MIME-Version: 1.0 In-Reply-To: <1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 25 Nov 2016 08:43:55 +0000 Message-ID: Subject: Re: [PATCH] scripts/kallsyms: remove last remnants of --page-offset option To: "linux-kernel@vger.kernel.org" , Michal Marek Cc: Ard Biesheuvel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 26 On 28 October 2016 at 18:09, Ard Biesheuvel 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 > --- > 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=] " > - "[--page-offset=] " > "[--base-relative] < in.map > out.S\n"); > exit(1); > } > -- > 2.7.4 > Ping?