From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753800AbdEIRq2 (ORCPT ); Tue, 9 May 2017 13:46:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60378 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751436AbdEIRq1 (ORCPT ); Tue, 9 May 2017 13:46:27 -0400 Date: Tue, 9 May 2017 19:46:17 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: devel@driverdev.osuosl.org, Yueyao Zhu , Olivier Leveque , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/7] staging: typec: tcpci: declare private structure as static Message-ID: <20170509174617.GB28211@kroah.com> References: <1494345899-14283-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1494345899-14283-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 09, 2017 at 09:04:53AM -0700, Guenter Roeck wrote: > From: Olivier Leveque > > This fixes a sparse warning regarding an undeclared symbol. Since the > structure tcpci_tcpc_config is private to tcpci.c, it should be declared as > static. > > Signed-off-by: Olivier Leveque > Signed-off-by: Guenter Roeck > --- > drivers/staging/typec/tcpci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Are any of these bugfixes for 4.12-stable, or can they wait for 4.13-rc1? thanks, greg k-h