From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757431AbbCGLCn (ORCPT ); Sat, 7 Mar 2015 06:02:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44593 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbbCGLCj (ORCPT ); Sat, 7 Mar 2015 06:02:39 -0500 Date: Fri, 6 Mar 2015 17:02:09 -0800 From: Greg KH To: Matteo Semenzato Cc: horms+renesas@verge.net.au, damm+renesas@opensource.se, peter.chen@freescale.com, balbi@ti.com, pebolle@tiscali.nl, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: emxx_udc: fix warnings Message-ID: <20150307010209.GA9887@kroah.com> References: <1424872472-5966-1-git-send-email-mattew8898@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424872472-5966-1-git-send-email-mattew8898@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 25, 2015 at 02:54:32PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following warning: > __aligned(size) is preferred over __attribute__((aligned(size))) That's a coding style warning, not a build warning. Please be explicit when sending a patch. Care to fix this up and resend? thanks, greg k-h