Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932641AbcLYTmF (ORCPT ); Sun, 25 Dec 2016 14:42:05 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36083 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932566AbcLYTmB (ORCPT ); Sun, 25 Dec 2016 14:42:01 -0500 From: Scott Matheina To: linux-kernel@vger.kernel.org Cc: Scott Matheina , Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Greg Kroah-Hartman , linux-iio@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCHv4 0/8] Checkpatch fixes to driver/staging/iio/addac Date: Sun, 25 Dec 2016 13:41:04 -0600 Message-Id: <1482694902-7400-1-git-send-email-scott@matheina.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 567 Lines: 17 *** BLURB HERE *** Scott Matheina (8): fixed long description text exceeding 80 characters Fixed variables not being consistently lower case Fix camel case issues Fix braces not present on all arms of if else statement Remove line after closing braces Fixed code wrap alignment with preceding (. Changed code to align with coding style of using octat Fixes style issues due to mis-aligned carry over lines drivers/staging/iio/addac/adt7316.c | 850 +++++++++++++++++------------------- 1 file changed, 397 insertions(+), 453 deletions(-) -- 2.7.4