[Skiboot] [PATCH] [TRIVIAL] phb4: Fix bad whitespace
Andrew Jeffery
andrew at aj.id.au
Tue Sep 5 15:02:48 AEST 2017
On Tue, 2017-09-05 at 14:59 +1000, Russell Currey wrote:
> > Cc: Andrew Jeffery <andrew at aj.id.au>
> Signed-off-by: Russell Currey <ruscur at russell.cc>
Unfortunately I can't fault this.
Reviewed-by: Andrew Jeffery <andrew at aj.id.au>
> ---
> hw/phb4.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/phb4.c b/hw/phb4.c
> index a49f9db0..dcc6c8b6 100644
> --- a/hw/phb4.c
> +++ b/hw/phb4.c
> @@ -2046,7 +2046,7 @@ static int64_t phb4_set_pe(struct phb *phb,
> > for (idx = 0; idx < RTT_TABLE_ENTRIES; idx++)
> > p->rte_cache[idx] = pe_number;
> > } else {
> > - for ( idx = 0; idx < ARRAY_SIZE(p->rte_cache); idx++)
> > + for (idx = 0; idx < ARRAY_SIZE(p->rte_cache); idx++)
> > p->rte_cache[idx] = PHB4_RESERVED_PE_NUM(p);
> > }
> > memcpy((void *)p->tbl_rtt, p->rte_cache, RTT_TABLE_SIZE);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/skiboot/attachments/20170905/235fdb5b/attachment.sig>
More information about the Skiboot
mailing list