Skip to content
Commit ce5aebd6 authored by Vatika Harlalka's avatar Vatika Harlalka Committed by Greg Kroah-Hartman
Browse files

Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(size)



This patch addresses the checkpatch.pl warning
WARNING: __aligned(size) is preferred over __attribute__((aligned(size)))

aligned(x) is a macro :
#define __aligned(x)                   __attribute__((aligned(x)))

Signed-off-by: default avatarVatika Harlalka <vatikaharlalka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a0721bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment