From: Vatika Harlalka Date: Tue, 17 Feb 2015 14:50:54 +0000 (+0530) Subject: Staging: emxx_udc: Convert from __attribute__((aligned(size))) to __aligned(size) X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~1011 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5aebd67848fd319c61cfa5248be4a0ec5646c7;p=pandora-kernel.git 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: Vatika Harlalka Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed