From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: [PATCH RT-TESTS] cyclictest: whitespace cleanup Date: Mon, 22 Oct 2012 18:12:58 -0700 Message-ID: <5085EF1A.7060503@am.sony.com> References: Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "linux-rt-users@vger.kernel.org" , John Kacur , "Rowand, Frank" To: Bhavesh Davda Return-path: Received: from db3ehsobe002.messaging.microsoft.com ([213.199.154.140]:8704 "EHLO db3outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756293Ab2JWBNF (ORCPT ); Mon, 22 Oct 2012 21:13:05 -0400 In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On 10/16/12 09:39, Bhavesh Davda wrote: > From: Bhavesh Davda > > Cosmetic whitespace cleanup > > Signed-off-by: Bhavesh Davda >>From checkpatch: ERROR: code indent should use tabs where possible #161: FILE: src/cyclictest/cyclictest.c:1419: + printf(fmt, index, stat->tid, par->prio,$ WARNING: please, no spaces at the start of a line #161: FILE: src/cyclictest/cyclictest.c:1419: + printf(fmt, index, stat->tid, par->prio,$ total: 1 errors, 1 warnings, 140 lines checked You did not add leading white space - it was already there and your noble effort to remove the trailing white space led to this line getting caught by checkpatch. Anyway, it is a good practice to be checkpatch clean, even it rt-tests are not the linux kernel. -Frank