From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id F0C981C227F for ; Sat, 13 Jun 2015 00:07:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EBCA792218 for ; Sat, 13 Jun 2015 00:07:55 +0000 (UTC) Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f-AmroV4Dnpu for ; Sat, 13 Jun 2015 00:07:55 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by whitealder.osuosl.org (Postfix) with ESMTPS id 861FF92215 for ; Sat, 13 Jun 2015 00:07:55 +0000 (UTC) Date: Fri, 12 Jun 2015 17:07:55 -0700 From: Greg KH Subject: Re: [PATCH v2 2/3] staging: unisys: convert pack pragma to __packed Message-ID: <20150613000755.GA5877@kroah.com> References: <1434141968-4133-1-git-send-email-david.kershner@unisys.com> <1434141968-4133-3-git-send-email-david.kershner@unisys.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1434141968-4133-3-git-send-email-david.kershner@unisys.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: David Kershner Cc: Jes.Sorensen@redhat.com, sParMaintainer@unisys.com, driverdev-devel@linuxdriverproject.org, Benjamin.Romer@unisys.com On Fri, Jun 12, 2015 at 04:46:07PM -0400, David Kershner wrote: > It was noticed that iochannel.h was still using pragmas to > pack the datastructures, should be using __packed instead. > > Signed-off-by: David Kershner > --- > drivers/staging/unisys/include/iochannel.h | 45 ++++++++++++------------------ > 1 file changed, 18 insertions(+), 27 deletions(-) Other .h files also are like this in the driver, you should fix them up as well in future patches. thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel