From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594AbeA2XSe (ORCPT ); Mon, 29 Jan 2018 18:18:34 -0500 Received: from ozlabs.org ([103.22.144.67]:42409 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751296AbeA2XSd (ORCPT ); Mon, 29 Jan 2018 18:18:33 -0500 From: Michael Ellerman To: "Gustavo A. R. Silva" , Michael Ellerman Cc: Colin Leroy , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, "Gustavo A. R. Silva" Subject: Re: macintosh: change some data types from int to bool In-Reply-To: <20180129050920.Horde.QLe9K1M-r7blMvmzflyFRGC@gator4166.hostgator.com> References: <20180124014228.GA26899@embeddedgus> <3zVGNG6B8Hz9t5Y@ozlabs.org> <20180129050920.Horde.QLe9K1M-r7blMvmzflyFRGC@gator4166.hostgator.com> Date: Tue, 30 Jan 2018 10:18:28 +1100 Message-ID: <87shao8da3.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Gustavo A. R. Silva" writes: > Hi Michael, > > Quoting Michael Ellerman : > >> On Wed, 2018-01-24 at 01:42:28 UTC, "Gustavo A. R. Silva" wrote: >>> Change the data type of the following variables from int to bool >>> across all macintosh drivers: >>> >>> started >>> slots_started >>> pm121_started >>> wf_smu_started >>> >>> Some of these issues were detected with the help of Coccinelle. >>> >>> Suggested-by: Michael Ellerman >>> Signed-off-by: Gustavo A. R. Silva >> >> Applied to powerpc next, thanks. >> >> https://git.kernel.org/powerpc/c/4f256d561447c6e1bf8b70e19daae0 >> >> cheers > > Awesome. > > If I can help out with anything else, please let me know. Sure thing. We have a TODO list of sorts on github, some of them are easy, some are not, feel free to ask here or on an individual issue for help: https://github.com/linuxppc/linux/issues cheers