[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51019284.4070900@suse.cz>
Date: Thu, 24 Jan 2013 20:59:00 +0100
From: Michal Marek <mmarek@...e.cz>
To: David Howells <dhowells@...hat.com>
Cc: rusty@...abs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file
command line
Dne 24.1.2013 16:17, David Howells napsal(a):
> Michal Marek <mmarek@...e.cz> wrote:
>
>> +our ($opt_v, $opt_a);
>
> Should this be 'our' or 'my'?
These are global variables set by getopts(), so they need to be declared
'our'. But I can change it to use the two-argument version of getopts,
that does not use global variables.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists