From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752940AbcHPTUF (ORCPT ); Tue, 16 Aug 2016 15:20:05 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:33108 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559AbcHPTUD (ORCPT ); Tue, 16 Aug 2016 15:20:03 -0400 Date: Tue, 16 Aug 2016 15:20:00 -0400 From: Anson Jacob To: Greg Kroah-Hartman , oleg.drokin@intel.com, andreas.dilger@intel.com, lustre-devel@lists.lustre.org Cc: Kernel List , Staging List Subject: [PATCH] staging: lustre: fix checkpatch error Message-ID: <20160816192000.GA660@X250> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org convert spaces to tab fix the following error messages from checkpatch.pl ERROR: code indent should use tabs where possible WARNING: please, no spaces at the start of a line Signed-off-by: Anson Jacob --- drivers/staging/lustre/lustre/include/cl_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/include/cl_object.h b/drivers/staging/lustre/lustre/include/cl_object.h index 3cd4a25..80c13c9 100644 --- a/drivers/staging/lustre/lustre/include/cl_object.h +++ b/drivers/staging/lustre/lustre/include/cl_object.h @@ -2354,7 +2354,7 @@ struct cl_client_cache { * Waitq for awaiting unstable pages to reach zero. * Used at umounting time and signaled on BRW commit */ - wait_queue_head_t ccc_unstable_waitq; + wait_queue_head_t ccc_unstable_waitq; }; -- 2.7.4