Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753218AbcCGQR7 (ORCPT ); Mon, 7 Mar 2016 11:17:59 -0500 Received: from mail-ob0-f170.google.com ([209.85.214.170]:34445 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752697AbcCGQRu (ORCPT ); Mon, 7 Mar 2016 11:17:50 -0500 From: Moritz Fischer To: nicolas.ferre@atmel.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Moritz Fischer Subject: [PATCH 0/3] net: macb: Fix coding style issues Date: Mon, 7 Mar 2016 08:17:36 -0800 Message-Id: <1457367460-9123-1-git-send-email-moritz.fischer@ettus.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 24 Hi Nicolas, this series deals with most of the checkpatch warnings generated for macb. There are two BUG_ON()'s that I didn't touch, yet, that were suggested by checkpatch, that I can address in a follow up commit if needed. Let me know if you want me to split the fixes differently or squash them into one commit. Cheers, Moritz Moritz Fischer (3): net: macb: Fix coding style error message net: macb: Fix more coding style issues net: macb: Address checkpatch 'check' suggestions drivers/net/ethernet/cadence/macb.c | 157 ++++++++++++++++-------------------- 1 file changed, 71 insertions(+), 86 deletions(-) -- 2.4.3