From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751519AbbFYL4h (ORCPT ); Thu, 25 Jun 2015 07:56:37 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:36536 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751463AbbFYL40 (ORCPT ); Thu, 25 Jun 2015 07:56:26 -0400 Date: Thu, 25 Jun 2015 17:26:18 +0530 From: Sudip Mukherjee To: Juston Li Cc: teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org, linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, dan.carpenter@oracle.com Subject: Re: [PATCH v3 11/19] staging: sm750fb: consistent spacing around operators Message-ID: <20150625115618.GC13366@sudip-PC> References: <1435163120-3253-11-git-send-email-juston.h.li@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435163120-3253-11-git-send-email-juston.h.li@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 24, 2015 at 09:25:12AM -0700, Juston Li wrote: > fixes checkpatch.pl error: > ERROR: need consistent spacing around '' little bit confused. 1) Your subject says consistent space around operators but here it says around '' 2) Considering that you are giving consitent space around operators, then i think you have missed few operators like '|','&',':' in this patch. regards sudip