From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751108AbdE3QFk (ORCPT ); Tue, 30 May 2017 12:05:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:35862 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750796AbdE3QFj (ORCPT ); Tue, 30 May 2017 12:05:39 -0400 Date: Tue, 30 May 2017 18:05:37 +0200 Message-ID: From: Takashi Iwai To: "Colin King" Cc: , "Jaroslav Kysela" , , Subject: Re: [PATCH][V2] sound/core/pcm_timer.c: include pcm_local.h and remove some extraneous tabs In-Reply-To: <20170530103945.32538-1-colin.king@canonical.com> References: <20170530103945.32538-1-colin.king@canonical.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.2 (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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 30 May 2017 12:39:45 +0200, Colin King wrote: > > From: Colin Ian King > > We need to include pcm_local.h to clean up some smatch warnings: > > symbol 'snd_pcm_timer_done' was not declared. Should it be static? > symbol 'snd_pcm_timer_init' was not declared. Should it be static? > symbol 'snd_pcm_timer_resolution_change' was not declared. Should > it be static? > > Also remove some extraneous tabs on empty lines and replace space > intentation with a tab. > > Signed-off-by: Colin Ian King Applied, thanks. Takashi