From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 553A2C10F13 for ; Thu, 11 Apr 2019 08:43:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27D7E2184B for ; Thu, 11 Apr 2019 08:43:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726973AbfDKInQ (ORCPT ); Thu, 11 Apr 2019 04:43:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:33938 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726139AbfDKInQ (ORCPT ); Thu, 11 Apr 2019 04:43:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 46067AD65; Thu, 11 Apr 2019 08:43:15 +0000 (UTC) Date: Thu, 11 Apr 2019 10:43:14 +0200 Message-ID: From: Takashi Iwai To: Pierre-Louis Bossart Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, broonie@kernel.org, vkoul@kernel.org, gregkh@linuxfoundation.org, liam.r.girdwood@linux.intel.com, jank@cadence.com, joe@perches.com, srinivas.kandagatla@linaro.org Subject: Re: [PATCH v3 0/5] soundwire: code cleanup In-Reply-To: <20190411031701.5926-1-pierre-louis.bossart@linux.intel.com> References: <20190411031701.5926-1-pierre-louis.bossart@linux.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 11 Apr 2019 05:16:56 +0200, Pierre-Louis Bossart wrote: > > SoundWire support will be provided in Linux with the Sound Open > Firmware (SOF) on Intel platforms. Before we start adding the missing > pieces, there are a number of warnings and style issues reported by > checkpatch, cppcheck and Coccinelle that need to be cleaned-up. > > Changes since v2: > fixed inversion of devm_kcalloc parameters, detected while rebasing > additional patches. > > Changes since v1: > added missing newlines in new patch (suggested by Joe Perches) > > Pierre-Louis Bossart (5): > soundwire: intel: fix inversion in devm_kcalloc parameters > soundwire: fix style issues > soundwire: bus: remove useless initializations > soundwire: stream: remove useless initialization of local variable > soundwire: add missing newlines in dynamic debug logs All looked fine, for the series: Reviewed-by: Takashi Iwai thanks, Takashi