Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753852AbcJKSU6 (ORCPT ); Tue, 11 Oct 2016 14:20:58 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:43156 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753651AbcJKSUz (ORCPT ); Tue, 11 Oct 2016 14:20:55 -0400 From: Carlos Palminha To: , CC: , , Subject: [PATCH 0/5] i2c: i2c-piix4: set of coding style fixes Date: Tue, 11 Oct 2016 18:24:36 +0100 Message-ID: <20161011172441.7422-1-palminha@synopsys.com> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.25.118] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 535 Lines: 14 This patchset fixes several coding style issues. Carlos Palminha (5): i2c: i2c-piix4: coding style fix - '*' adjacent to data name i2c: i2c-piix4: coding style fix - assignment in if condition i2c: i2c-piix4: coding style fix - long comments blocks i2c: i2c-piix4: coding style fix - spaces with open parenthesis i2c: i2c-piix4: coding style fix - quoted string split across lines drivers/i2c/busses/i2c-piix4.c | 144 +++++++++++++++++++++++------------------ 1 file changed, 82 insertions(+), 62 deletions(-) -- 2.9.3