From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755102AbcLSJML (ORCPT ); Mon, 19 Dec 2016 04:12:11 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:45372 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750812AbcLSJKK (ORCPT ); Mon, 19 Dec 2016 04:10:10 -0500 Message-ID: <1482138568.26174.8.camel@coelho.fi> From: Luca Coelho To: "Michael S. Tsirkin" , linux-kernel@vger.kernel.org Cc: Kukjin Kim , Krzysztof Kozlowski , Javier Martinez Canillas , Russell King , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, Shaohua Li , Johannes Berg , Emmanuel Grumbach , Intel Linux Wireless , Kalle Valo , Greg Kroah-Hartman , Jiri Slaby , Lee Duncan , Chris Leech , "James E.J. Bottomley" , "Martin K. Petersen" , "Nicholas A. Bellinger" , Jason Wang , Alexander Aring , Stefan Schmidt , "David S. Miller" , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-raid@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-mm@kvack.org, open-iscsi@googlegroups.com, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-wpan@vger.kernel.org Date: Mon, 19 Dec 2016 11:09:28 +0200 In-Reply-To: <1481778865-27667-6-git-send-email-mst@redhat.com> References: <1481778865-27667-1-git-send-email-mst@redhat.com> <1481778865-27667-6-git-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 91.156.4.241 X-SA-Exim-Mail-From: luca@coelho.fi Subject: Re: [PATCH 5/8] linux: drop __bitwise__ everywhere X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on farmhouse.coelho.fi) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-12-15 at 07:15 +0200, Michael S. Tsirkin wrote: > __bitwise__ used to mean "yes, please enable sparse checks > unconditionally", but now that we dropped __CHECK_ENDIAN__ > __bitwise is exactly the same. > There aren't many users, replace it by __bitwise everywhere. > > Signed-off-by: Michael S. Tsirkin > --- > arch/arm/plat-samsung/include/plat/gpio-cfg.h | 2 +- > drivers/md/dm-cache-block-types.h | 6 +++--- > drivers/net/ethernet/sun/sunhme.h | 2 +- > drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h | 4 ++-- For drivers/net/wireless/intel/iwlwifi/iwl-fw-file.h: Acked-by: Luca Coelho -- Luca.