Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752034AbeACKUj (ORCPT + 1 other); Wed, 3 Jan 2018 05:20:39 -0500 Received: from mail-yw0-f193.google.com ([209.85.161.193]:45102 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbeACKUi (ORCPT ); Wed, 3 Jan 2018 05:20:38 -0500 X-Google-Smtp-Source: ACJfBouoVIXupnyxMvuiPeoaOH4Cn64WJvW+pWlfHtbcrTxNLqBUrLx+s0qLu+i6P4lb9t5dtwT1brUQWlaTwRLlrdI= MIME-Version: 1.0 In-Reply-To: <1514972387-9543-1-git-send-email-pundirsumit11@gmail.com> References: <1514972387-9543-1-git-send-email-pundirsumit11@gmail.com> From: Vaibhav Agarwal Date: Wed, 3 Jan 2018 15:50:17 +0530 Message-ID: Subject: Re: [PATCH] Staging: greybus: audio_codec.c: Change uint32_t to u32 To: Sumit Pundir Cc: Mark Greer , Johan Hovold , Alex Elder , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, Jan 3, 2018 at 3:09 PM, Sumit Pundir wrote: > This patch fixes the following checkpatch.pl issue at multiple lines: > > CHECK: Prefer kernel type 'u32' over 'uint32_t' > + uint32_t format, rate; > > Signed-off-by: Sumit Pundir > --- Hi Sumit, Similar patches are already submitted by Kamal. Kindly go thru the driverdev mailing list to get more details and share another series if you find anything missing. -- thanks, ./va