Hi Sakari,

On Wed, Feb 20, 2019 at 8:21 PM Sakari Ailus
<sakari.ai...@linux.intel.com> 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?

Best regards,
Tomasz

Reply via email to