[PATCH v2 09/14] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
Leonardo Bras
leobras.c at gmail.com
Sun Apr 11 17:52:16 AEST 2021
On Tue, 2020-09-29 at 13:56 +1000, Alexey Kardashevskiy wrote:
> >
> > dev_dbg(&dev->dev, "created tce table LIOBN 0x%x for %pOF\n",
> > - create.liobn, dn);
> > + create.liobn, dn);
>
>
> Unrelated. If you think the spaces/tabs thing needs to be fixed, make it
> a separate patch and do all these changes there at once.
Sorry, it was some issue with my editor / diff.
I removed those changes for next version.
> > -out_free_prop:
> > +out_prop_free:
>
>
> Really? :) s/out_prop_del/out_del_prop/ may be? The less unrelated
> changes the better.
I changed all labels I added to have out_<action>_<target>, I think
that will allow it to stay like existing labels.
Thanks for reviewing!
Leonardo Bras
More information about the Linuxppc-dev
mailing list