Received: by 10.223.176.5 with SMTP id f5csp3562572wra; Mon, 29 Jan 2018 15:19:16 -0800 (PST) X-Google-Smtp-Source: AH8x224eCveDB3wFfDMHA3DGLredJwvc2kGilrI3O1nEEttGGQdKKzC+Rml1Agg3Q1LbyIw5NFql X-Received: by 10.99.131.74 with SMTP id h71mr22168793pge.373.1517267956267; Mon, 29 Jan 2018 15:19:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517267956; cv=none; d=google.com; s=arc-20160816; b=kAgl8ZXUrty/++u85zHML8uERHucEV4Of7tGGycsfWaHFi3kqdupphLYamuQjDJjBN P2o3nUd8IeCuyYlDCPWP+TXGBbu+YI7/mn3ThiFscugLYMJ8ATKWBR2guZ76Ph7kZHJp U7oTF0f/5Y/WtDiLtndk4BaoECLncYRBHA9Lc4xvuulpXQhEWMp8iLkA0k8HHf6XjJRz NfswZSxBNE5v1uqeJdVsDv0N5PzARmbCR3qyAsqoNQTaNgEgv9KTqJawdY1CvlBzKhtf 3ks1ikVyM6lj36uj/vwYZwDgwMMS55e8mD0IGNDx6GCWiygzQCsgA0b3rljbIEYRigc5 6EIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=mgM7qEfHduphfi7yo06PLJZ1XtrvDpc6hUkRebkGT9E=; b=jkB5v7x/bKlqtgGS1AovTVJ5K8DbqOf6PEx/cGtrg1c7xEA0Q6H28gLOdexfyJpfw6 mn89A7kOi8JMT3kHSIP8FE9CGjZuixJBhPb5qpGPrW0giMQPdBnqLLGRAxL6Ikp4hEYk CVgnjhhbDwkx41NGTKxTWg7QVR2U5c1Jb/syeJTs9guZJBKZ0QK3mga47z0JHY0q7g5k yvi0NBWh/3lMAtjl2GJQ5aagZWzqi5aznGySaVzWDVEh6KyMnZpBENfM6/Tha3QaUi3T q8xq1N2KX+k/wK6RbP9B+QEguKINx4ZwsVC+nLYFgaMgMayZ9YgTuYXCdhPLRCYP12eG zz2w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e65si12980804pfg.255.2018.01.29.15.19.00; Mon, 29 Jan 2018 15:19:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751562AbeA2XSe (ORCPT + 99 others); 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 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 3zVln34jHXz9s7F; Tue, 30 Jan 2018 10:18:31 +1100 (AEDT) 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 Precedence: bulk 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