From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Roskin Date: Wed, 05 May 2010 14:57:19 -0400 Subject: [ath9k-devel] [PATCH] wireless: ath9k: Fix most coding style issues in ath9k This patch fixed up almost all coding style issues in the ath9k driver found by the ceckpatch.pl tool. Signed-off-by: Michael Sprecher In-Reply-To: <1273080541-4680-1-git-send-email-sprecher.m@gmail.com> References: <1273080541-4680-1-git-send-email-sprecher.m@gmail.com> Message-ID: <1273085839.17700.3.camel@mj> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Wed, 2010-05-05 at 19:29 +0200, Michael Sprecher wrote: > - if (padsize && skb->len>padpos+padsize) { > + if (padsize && skb->len > padpos+padsize) { There should be spaces around the plus. I didn't check the whole patch, but I guess you should recheck it. Besides, the description (after the first line) and the Signed-off-by should be in the body of the message, not in the subject. -- Regards, Pavel Roskin