Re: [PATCH 5/5] powerpc/ftw: Document FTW API/usage
From: Sukadev Bhattiprolu
Date: Wed Jan 24 2018 - 22:06:27 EST
Randy Dunlap [rdunlap@xxxxxxxxxxxxx] wrote:
> > + struct ftw_setup_attr ftwattr;
> > +
> > + fd = open("/dev/ftw", O_RDWR);
> > +
> > + memset(&rxattr, 0, sizeof(rxattr));
>
> Is that supposed to be ftwattr (2x above)?
Yes. I agree with your other comments as well and will send a new version.
Thanks for the detailed review.
Sukadev