From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751749AbcJIOuf (ORCPT ); Sun, 9 Oct 2016 10:50:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59052 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbcJIOud (ORCPT ); Sun, 9 Oct 2016 10:50:33 -0400 Date: Sun, 9 Oct 2016 16:50:35 +0200 From: Greg KH To: Sabitha George Cc: wsa+renesas@sang-engineering.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] staging: ks7010: use __packed instead of __attribute__((packed)) Message-ID: <20161009145035.GA5574@kroah.com> References: <1475992352-8912-1-git-send-email-sabitha.george@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475992352-8912-1-git-send-email-sabitha.george@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 09, 2016 at 11:22:32AM +0530, Sabitha George wrote: > This patch fixes the below checkpatch warning in ks_hostif.c: > __packed is preferred over __attribute__((packed)) > > Signed-off-by: Sabitha George > --- > drivers/staging/ks7010/ks_hostif.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Someone else sent this right before you did, sorry :(