[MODERATED] Re: [PATCH v7 03/10] TAAv7 3
Pawan Gupta <[email protected]>
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 22, 2019 at 05:07:47PM +0200, speck for Borislav Petkov wrote:
> On Mon, Oct 21, 2019 at 01:25:02PM -0700, speck for Pawan Gupta wrote:
> > +void __init tsx_init(void)
> > +{
> > + char arg[20];
>
> Why 20? Magic?
>
> Why not simply 4? We have "on" and "off" + '\0' AFAICT, no?
I will change it to 5 to accommodate "auto" too.
Thanks,
Pawan