On Thu, Mar 7, 2019 at 12:00 PM Tomasz Figa <tfiga@xxxxxxxxxxxx> wrote: > > Hi Sakari, > > On Wed, Feb 20, 2019 at 8:21 PM Sakari Ailus > <sakari.ailus@xxxxxxxxxxxxxxx> wrote: > > > > __aligned() is preferred. The patch has been generated using the following > > command in the drivers/staging/media/ipu3 directory: > > > > $ git grep -l 'aligned(32)' | \ > > xargs perl -i -pe \ > > 's/__attribute__\s*\(\(\s*aligned\s*\(([0-9]+)\s*\)\s*\)\)/__aligned($1)/g;' > > Thanks for the patch. These structs are expected to move to uapi/ once > the driver leaves staging. Is __aligned() now accessible to uapi > headers? Ah, just noticed the v2 of the series doesn't include this patch. Sorry for the noise. Best regards, Tomasz