From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751855AbeACKMd (ORCPT + 1 other); Wed, 3 Jan 2018 05:12:33 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:45330 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbeACKMb (ORCPT ); Wed, 3 Jan 2018 05:12:31 -0500 X-Google-Smtp-Source: ACJfBotckyLH0BQ7fu0CNI+c9kb4m/perqGOkXhpyY3gs7X/R4HVMasNsHczeOXnHop704jfzVJ35g== Date: Wed, 3 Jan 2018 11:12:31 +0100 From: Johan Hovold To: Sumit Pundir Cc: vaibhav.sr@gmail.com, mgreer@animalcreek.com, johan@kernel.org, elder@kernel.org, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: greybus: audio_codec.h: Change uint32_t to u32 Message-ID: <20180103101231.GA11344@localhost> References: <1514972253-9415-1-git-send-email-pundirsumit11@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1514972253-9415-1-git-send-email-pundirsumit11@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 03, 2018 at 03:07:33PM +0530, Sumit Pundir wrote: > This patch fixes the following checkpatch.pl issues: > > CHECK: Prefer kernel type 'u32' over 'uint32_t' > + uint32_t format, rate; > > CHECK: Prefer kernel type 'u32' over 'uint32_t' > + uint32_t *rate, u8 *channels, > > CHECK: Prefer kernel type 'u32' over 'uint32_t' > + uint32_t rate, u8 channels, > > Signed-off-by: Sumit Pundir > --- > drivers/staging/greybus/audio_codec.h | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Please fold this in with the changes to audio_codec.c and submit a single patch for it all. Thanks, Johan