All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>,
	Mike Snitzer <snitzer@redhat.com>,
	virtualization@lists.linux-foundation.org, linux-mm@kvack.org,
	dm-devel@redhat.com, target-devel@vger.kernel.org,
	Luca Coelho <luciano.coelho@intel.com>,
	Alasdair Kergon <agk@redhat.com>,
	linux-samsung-soc@vger.kernel.org,
	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>,
	linux-scsi@vger.kernel.org,
	Stefan Schmidt <stefan@osg.samsung.com>,
	Russell King <linux@armlinux.org.uk>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Jiri Slaby <jslaby@suse.com>,
	open-iscsi@googlegroups.com, Shaohua Li <shli@kernel.org>,
	Johannes Berg <johannes.berg@intel.com>,
	Intel Linux Wireless <linuxwifi@intel.com>,
	Alexander Aring <aar@pengutronix.de>,
	linux-raid@vger.kernel.org, Kalle Valo <kvalo>
Subject: Re: [PATCH 5/8] linux: drop __bitwise__ everywhere
Date: Thu, 15 Dec 2016 19:28:39 +0200	[thread overview]
Message-ID: <20161215172839.GA6520__35874.4261357517$1481830007$gmane$org@kozik-lap> (raw)
In-Reply-To: <1481778865-27667-6-git-send-email-mst@redhat.com>

On Thu, Dec 15, 2016 at 07:15:20AM +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 <mst@redhat.com>
> ---
>  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 ++--
>  include/linux/mmzone.h                           | 2 +-
>  include/linux/serial_core.h                      | 4 ++--
>  include/linux/types.h                            | 4 ++--
>  include/scsi/iscsi_proto.h                       | 2 +-
>  include/target/target_core_base.h                | 2 +-
>  include/uapi/linux/virtio_types.h                | 6 +++---
>  net/ieee802154/6lowpan/6lowpan_i.h               | 2 +-
>  net/mac80211/ieee80211_i.h                       | 4 ++--
>  12 files changed, 20 insertions(+), 20 deletions(-)
> 
> diff --git a/arch/arm/plat-samsung/include/plat/gpio-cfg.h b/arch/arm/plat-samsung/include/plat/gpio-cfg.h
> index 21391fa..e55d1f5 100644
> --- a/arch/arm/plat-samsung/include/plat/gpio-cfg.h
> +++ b/arch/arm/plat-samsung/include/plat/gpio-cfg.h
> @@ -26,7 +26,7 @@
>  
>  #include <linux/types.h>
>  
> -typedef unsigned int __bitwise__ samsung_gpio_pull_t;
> +typedef unsigned int __bitwise samsung_gpio_pull_t;
>  
>  /* forward declaration if gpio-core.h hasn't been included */
>  struct samsung_gpio_chip;

For plat-samsung:
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

  parent reply	other threads:[~2016-12-15 17:28 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-15  5:15 [PATCH 0/8] enable endian checks for all sparse builds Michael S. Tsirkin
2016-12-15  5:15 ` Michael S. Tsirkin
2016-12-15  5:15 ` Michael S. Tsirkin
2016-12-15  5:15 ` Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 1/8] linux/types.h: " Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 2/8] tools: " Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 3/8] Documentation/sparse: drop __bitwise__ Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 4/8] checkpatch: replace __bitwise__ with __bitwise Michael S. Tsirkin
2016-12-15 15:22   ` Joe Perches
2016-12-15  5:15 ` [PATCH 5/8] linux: drop __bitwise__ everywhere Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  9:04   ` Stefan Schmidt
2016-12-15  9:04     ` Stefan Schmidt
2016-12-15  9:04     ` Stefan Schmidt
2016-12-15  9:04     ` Stefan Schmidt
2016-12-15  9:04     ` Stefan Schmidt
2016-12-15  9:04   ` Stefan Schmidt
2016-12-15 11:51   ` Greg Kroah-Hartman
2016-12-15 11:51   ` Greg Kroah-Hartman
2016-12-15 11:51     ` Greg Kroah-Hartman
2016-12-15 11:51     ` Greg Kroah-Hartman
2016-12-15 11:51     ` Greg Kroah-Hartman
2016-12-15 17:28   ` Krzysztof Kozlowski [this message]
2016-12-15 17:28   ` Krzysztof Kozlowski
2016-12-15 17:28     ` Krzysztof Kozlowski
2016-12-15 17:28     ` Krzysztof Kozlowski
2016-12-15 17:28     ` Krzysztof Kozlowski
2016-12-15 17:28     ` Krzysztof Kozlowski
2016-12-15 19:44   ` Lee Duncan
2016-12-15 19:44   ` Lee Duncan
2016-12-15 19:44     ` Lee Duncan
2016-12-15 19:44     ` Lee Duncan
2016-12-15 19:44     ` Lee Duncan
2016-12-15 19:44     ` Lee Duncan
2016-12-19  9:09   ` Luca Coelho
2016-12-19  9:09   ` Luca Coelho
2016-12-19  9:09     ` Luca Coelho
2016-12-19  9:09     ` Luca Coelho
2016-12-19  9:09     ` Luca Coelho
2016-12-19  9:09     ` Luca Coelho
2016-12-15  5:15 ` [PATCH 6/8] Documentation/sparse: drop __CHECK_ENDIAN__ Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 7/8] fs/logfs: " Michael S. Tsirkin
2016-12-15  5:15 ` [PATCH 8/8] Makefile: drop -D__CHECK_ENDIAN__ from cflags Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  5:15   ` Michael S. Tsirkin
2016-12-15  6:43   ` Kalle Valo
2016-12-15  6:43     ` Kalle Valo
2016-12-15  7:00   ` Marcel Holtmann
2016-12-15  7:00     ` Marcel Holtmann
2016-12-15  7:00     ` Marcel Holtmann
2016-12-15  7:57   ` Marc Kleine-Budde
2016-12-15  7:57     ` Marc Kleine-Budde
2016-12-15  7:57     ` Marc Kleine-Budde
2016-12-15 11:50   ` Greg Kroah-Hartman
2016-12-15 11:50     ` Greg Kroah-Hartman
2016-12-15 11:50     ` Greg Kroah-Hartman
2016-12-15 11:50     ` Greg Kroah-Hartman
2016-12-15 20:15   ` Arend Van Spriel
2016-12-15 20:15     ` Arend Van Spriel
2016-12-15 20:15     ` Arend Van Spriel
2016-12-15 20:15     ` Arend Van Spriel
2016-12-19  9:08   ` Luca Coelho
2016-12-19  9:08     ` Luca Coelho
2016-12-19  9:08     ` Luca Coelho
2016-12-19  9:08     ` Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='20161215172839.GA6520__35874.4261357517$1481830007$gmane$org@kozik-lap' \
    --to=krzk@kernel.org \
    --cc=aar@pengutronix.de \
    --cc=agk@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=emmanuel.grumbach@intel.com \
    --cc=javier@osg.samsung.com \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=johannes.berg@intel.com \
    --cc=jslaby@suse.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linuxwifi@intel.com \
    --cc=luciano.coelho@intel.com \
    --cc=mst@redhat.com \
    --cc=open-iscsi@googlegroups.com \
    --cc=shli@kernel.org \
    --cc=snitzer@redhat.com \
    --cc=stefan@osg.samsung.com \
    --cc=target-devel@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.