[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181108185243.GA20608@linux.intel.com>
Date: Thu, 8 Nov 2018 20:52:43 +0200
From: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
To: Roberto Sassu <roberto.sassu@...wei.com>
Cc: zohar@...ux.ibm.com, linux-integrity@...r.kernel.org,
linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, silviu.vlasceanu@...wei.com
Subject: Re: [PATCH v4 6/6] tpm: ensure that the output of PCR read contains
the correct digest size
On Thu, Nov 08, 2018 at 03:47:39PM +0100, Roberto Sassu wrote:
> > > + for (i = 0; i < chip->nr_active_banks &&
> > > + chip->active_banks[i].alg_id != digest_struct->alg_id; i++)
> > > + ;
> >
> > Not sure if the semicolon should be in its own line.
>
> scripts/Lindent suggests:
>
> for (i = 0; i < chip->nr_active_banks &&
> chip->active_banks[i].alg_id != digest_struct->alg_id;
> i++) ;
>
> but this is not accepted by scripts/checkpatch.pl (there are no
> warnings/errors on the patch I sent).
Yeah, not a really blocker for me.
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
/Jarkko
Powered by blists - more mailing lists