From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757435AbbJ2PpE (ORCPT ); Thu, 29 Oct 2015 11:45:04 -0400 Received: from mta02.ornl.gov ([128.219.177.12]:10360 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045AbbJ2PpB convert rfc822-to-8bit (ORCPT ); Thu, 29 Oct 2015 11:45:01 -0400 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.20,214,1444708800"; d="scan'208";a="91172123" From: "Simmons, James A." To: "'Dilger, Andreas'" , James Simmons , Greg Kroah-Hartman , "devel@driverdev.osuosl.org" , "Drokin, Oleg" CC: James Simmons , Linux Kernel Mailing List , "lustre-devel@lists.lustre.org" Subject: RE: [lustre-devel] [PATCH 09/10] staging: lustre: fix remaining checkpatch issues for libcfs_hash.h Thread-Topic: [lustre-devel] [PATCH 09/10] staging: lustre: fix remaining checkpatch issues for libcfs_hash.h Thread-Index: AQHREdEJdjuMKYhX5kG//XQpJ56ypZ6CnaHw Date: Thu, 29 Oct 2015 15:44:59 +0000 Message-ID: <34f03ffe2c734f2d80bc6d5b1478b82d@EXCHCS32.ornl.gov> References: <1446051271-25189-1-git-send-email-jsimmons@infradead.org> <1446051271-25189-10-git-send-email-jsimmons@infradead.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h >>b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h >>index 5df8ba2..563b2b4 100644 >>--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h >>+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h >>@@ -62,7 +62,8 @@ >> /** disable debug */ >> #define CFS_HASH_DEBUG_NONE 0 >> /** record hash depth and output to console when it's too deep, >>- * computing overhead is low but consume more memory */ >>+ * computing overhead is low but consume more memory >>+ */ > >Typically, multi-line comments have the leading /* on a separate line >from the first line of text. If you are changing all these comments >you may as well make it consistent with the kernel style. Fixed for next patch series.