From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751736AbdB0Ota (ORCPT ); Mon, 27 Feb 2017 09:49:30 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57970 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbdB0Ot0 (ORCPT ); Mon, 27 Feb 2017 09:49:26 -0500 Date: Mon, 27 Feb 2017 15:48:52 +0100 From: Greg KH To: Arushi Singhal Cc: devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: ks7010: remove code in comments. Message-ID: <20170227144852.GA24465@kroah.com> References: <20170226160820.GA20046@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170226160820.GA20046@arushi-HP-Pavilion-Notebook> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 26, 2017 at 09:38:20PM +0530, Arushi Singhal wrote: > Commenting Code Is a Bad Idea. > Comments are their to explain the code and how the code achieves its > goal and as codes in the comments does not explain what the code is > doing so there is no use of commenting them. > So in this patch codes in the comments are removed. > > Signed-off-by: Arushi Singhal > --- > changes in v2 > - subject lines is made short. > > drivers/staging/ks7010/ks7010_sdio.c | 4 ---- > 1 file changed, 4 deletions(-) This patch does not apply against my staging-testing branch :(