From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752542AbdHUKmA (ORCPT ); Mon, 21 Aug 2017 06:42:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46554 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814AbdHUKl7 (ORCPT ); Mon, 21 Aug 2017 06:41:59 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 48EA681DE4 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=bhe@redhat.com From: Baoquan He To: linux-kernel@vger.kernel.org Cc: mingo@kernel.org, akpm@linux-foundation.org, matvejchikov@gmail.com, Baoquan He Subject: [PATCH] lib/cmldine.c: Clean up the meaningless comment Date: Mon, 21 Aug 2017 18:41:53 +0800 Message-Id: <1503312113-11843-1-git-send-email-bhe@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 21 Aug 2017 10:41:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org One line of code was commented out by c++ style comment for debugging, but forgot removing it. Clean it up. Signed-off-by: Baoquan He --- lib/cmdline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cmdline.c b/lib/cmdline.c index 4c0888c4a68d..171c19b6888e 100644 --- a/lib/cmdline.c +++ b/lib/cmdline.c @@ -244,5 +244,4 @@ char *next_arg(char *args, char **param, char **val) /* Chew up trailing spaces. */ return skip_spaces(next); - //return next; } -- 2.5.5