From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757191AbdCULqI (ORCPT ); Tue, 21 Mar 2017 07:46:08 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33298 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756511AbdCULml (ORCPT ); Tue, 21 Mar 2017 07:42:41 -0400 From: Arushi Singhal To: w.d.hubbs@gmail.com Cc: chris@the-brannons.com, outreachy-kernel@googlegroups.com, kirk@reisers.ca, samuel.thibault@ens-lyon.org, gregkh@linuxfoundation.org, speakup@linux-speakup.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Arushi Singhal Subject: [RESEND PATCH 00/11] staging:speakup: Multiple Checkpatch issues. Date: Tue, 21 Mar 2017 17:12:24 +0530 Message-Id: <20170321114235.1638-1-arushisinghal19971997@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Improve readability by fixing multiple checkpatch.pl issues in speakup driver. Arushi Singhal (11): staging: speakup: Moved logical to previous line. staging: speakup: Remove multiple assignments staging: speakup: Simplify "NULL" comparisons staging: speakup: fixes braces {} should be used on all arms of this statement staging: speakup: Remove multiple assignments staging: speakup: Moved OR operator to previous line. staging: speakup: spaces preferred around operator staging: speakup: Removed Unnecessary parentheses. staging: speakup: Simplify the NULL comparisons staging: speakup: Match alignment with open parenthesis. staging: speakup: Fix alignment with parenthesis. drivers/staging/speakup/fakekey.c | 2 +- drivers/staging/speakup/kobjects.c | 2 +- drivers/staging/speakup/main.c | 110 +++++++++++++++++-------------- drivers/staging/speakup/selection.c | 4 +- drivers/staging/speakup/serialio.c | 2 +- drivers/staging/speakup/speakup.h | 12 ++-- drivers/staging/speakup/speakup_acntpc.c | 8 +-- drivers/staging/speakup/speakup_apollo.c | 2 +- drivers/staging/speakup/speakup_decext.c | 10 +-- drivers/staging/speakup/speakup_decpc.c | 26 ++++---- drivers/staging/speakup/speakup_dectlk.c | 6 +- drivers/staging/speakup/speakup_dtlk.c | 2 +- drivers/staging/speakup/speakup_keypc.c | 6 +- drivers/staging/speakup/speakup_ltlk.c | 2 +- drivers/staging/speakup/varhandlers.c | 18 ++--- 15 files changed, 114 insertions(+), 98 deletions(-) -- 2.11.0