Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752439AbcKRANS (ORCPT ); Thu, 17 Nov 2016 19:13:18 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:34147 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbcKRANR (ORCPT ); Thu, 17 Nov 2016 19:13:17 -0500 From: Walt Feasel To: arnaud.patard@rtp-net.org Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Walt Feasel Subject: [PATCH v2 0/7] staging: xgifb: vb_setmode.c checkpatch modifications Date: Thu, 17 Nov 2016 19:12:47 -0500 Message-Id: <1479427974-2611-1-git-send-email-waltfeasel@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 27 Make Linux kernel coding style modifications for vb_setmode.c to include: CHECK: spaces preferred around that CHECK: Alignment should match open parenthesis CHECK: No space is necessary after a cast WARNING: braces {} are not necessary for single statement blocks CHECK: Logical continuations should be on the previous line Spelling Comment style modifications Walt Feasel (7): staging: xgifb: vb_setmode.c Comment Spelling correction staging: xgifb: vb_setmode.c Comment style modifications staging: xgifb: vb_setmode.c Space around operator staging: xgifb: vb_setmode.c Braces single statement blocks staging: xgifb: vb_setmode.c Space after cast staging: xgifb: vb_setmode.c Logical continuation staging: xgifb: vb_setmode.c Align match parenthesis drivers/staging/xgifb/vb_setmode.c | 642 ++++++++++++++++++------------------- 1 file changed, 311 insertions(+), 331 deletions(-) -- v2 makes changes to correct for email format patch submission 2.1.4