From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754351AbdJRN7D (ORCPT ); Wed, 18 Oct 2017 09:59:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33712 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753603AbdJRN7B (ORCPT ); Wed, 18 Oct 2017 09:59:01 -0400 Date: Wed, 18 Oct 2017 15:59:09 +0200 From: Greg KH To: Srinivasan Shanmugam Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: rtl8723bs: Externs should be avoided in .C file Message-ID: <20171018135909.GA5315@kroah.com> References: <1507137670-21549-1-git-send-email-srinivasan.rns@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507137670-21549-1-git-send-email-srinivasan.rns@gmail.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 04, 2017 at 07:21:10PM +0200, Srinivasan Shanmugam wrote: > Removed all the unnecessary extern from rtl8723bs That's not what this patch does :(