From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753006AbcADULZ (ORCPT ); Mon, 4 Jan 2016 15:11:25 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:35724 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751933AbcADULW (ORCPT ); Mon, 4 Jan 2016 15:11:22 -0500 From: "Geyslan G. Bem" Cc: "Geyslan G. Bem" , linux-kernel@vger.kernel.org Subject: [PATCH 00/17] usb: host: ehci-dbg: cleanup and refactoring Date: Mon, 4 Jan 2016 17:09:45 -0300 Message-Id: X-Mailer: git-send-email 2.6.4 In-Reply-To: References: To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset removes all errors reported by checkpatch in addition to some refactoring. Geyslan G. Bem (17): usb: host: ehci-dbg: remove space before open parenthesis usb: host: ehci-dbg: remove space before open square bracket usb: host: ehci-dbg: use C89-style comments usb: host: ehci-dbg: move trailing statements to next line usb: host: ehci-dbg: fix up closing parenthesis usb: host: ehci-dbg: put spaces around operators usb: host: ehci-dbg: fix unsigned comparison usb: host: ehci-dbg: remove unnecessary space after cast usb: host: ehci-dbg: fix up function definitions usb: host: ehci-dbg: use a blank line after struct declarations usb: host: ehci-dbg: convert macro to inline function usb: host: ehci-dbg: add blank line after declarations usb: host: ehci-dbg: remove blank line before close brace usb: host: ehci-dbg: replace sizeof operand usb: host: ehci-dbg: enclose conditional blocks with braces usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size usb: host: ehci-dbg: refactor fill_periodic_buffer function drivers/usb/host/ehci-dbg.c | 585 ++++++++++++++++++++++++-------------------- 1 file changed, 315 insertions(+), 270 deletions(-) -- 2.6.4