From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933809AbdJQPO2 (ORCPT ); Tue, 17 Oct 2017 11:14:28 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:58589 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932337AbdJQPO1 (ORCPT ); Tue, 17 Oct 2017 11:14:27 -0400 Date: Tue, 17 Oct 2017 17:14:21 +0200 (CEST) From: Thomas Gleixner To: Andi Kleen cc: x86@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH v10 1/5] bitops: Add clear/set_bit32 to linux/bitops.h In-Reply-To: <20171013215645.23166-2-andi@firstfloor.org> Message-ID: References: <20171013215645.23166-1-andi@firstfloor.org> <20171013215645.23166-2-andi@firstfloor.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Oct 2017, Andi Kleen wrote: > From: Andi Kleen > > Add two simple wrappers around set_bit/clear_bit that accept > the common case of an u32 array. This avoids writing > casts in all callers. Nice. Reviewed-by: Thomas Gleixner