Re: [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-filecommand line

From: Michal Marek
Date: Thu Jan 24 2013 - 14:59:00 EST


Dne 24.1.2013 16:17, David Howells napsal(a):
> Michal Marek <mmarek@xxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/