From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161528Ab2COUur (ORCPT ); Thu, 15 Mar 2012 16:50:47 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:61682 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161383Ab2COUuq (ORCPT ); Thu, 15 Mar 2012 16:50:46 -0400 Date: Thu, 15 Mar 2012 16:49:23 -0400 From: Andrew Miller To: Dan Carpenter Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/5] Staging: rtl8187se: r8180_dm.c: Fix comments Message-ID: <20120315204923.GA14240@iron> References: <1331838321-18453-1-git-send-email-amiller@amilx.com> <1331838321-18453-6-git-send-email-amiller@amilx.com> <20120315193405.GE3163@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120315193405.GE3163@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 15, 2012 at 10:34:05PM +0300, Dan Carpenter wrote: > On Thu, Mar 15, 2012 at 03:05:21PM -0400, Andrew Miller wrote: > > -//+by amy 080312 > > +/*{by amy 080312 */ > ^^^^^^^^^^^^^ > Just remove these comments. We use version control to see who is > doing what. > > > > > - //printk("----> DoTxHighPower()\n"); > > + /* printk("----> DoTxHighPower()\n"); */ > > > > Also this dead debugging code can be deleted. There was a bunch of > it. > > regards, > dan carpenter Thanks for the advice, If the patch goes through. I'll make another one with this changes. If not then I will include them when I revise it.