Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688Ab3JEQLU (ORCPT ); Sat, 5 Oct 2013 12:11:20 -0400 Received: from libra.uberspace.de ([95.143.172.171]:45158 "HELO libra.uberspace.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752053Ab3JEQLR (ORCPT ); Sat, 5 Oct 2013 12:11:17 -0400 From: Matthias Beyer To: gregkh@linuxfoundation.org Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Matthias Beyer Subject: [PATCH 0/5] Cleanup in drivers/usb/core/hcd.c Date: Sat, 5 Oct 2013 18:02:05 +0200 Message-Id: X-Mailer: git-send-email 1.8.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1078 Lines: 33 Hi! I did some cleanup in drivers/usb/core/hcd.c of ERROR messages from "scripts/checkpatch.pl --file". Not all ERRORs are fixed, there are some remaining with "assignment in if statement". It's based on 7dee8df, which is Linus current master. I compiled it without errors. Checkpatch script gives me some warnings, which are remaining warnings of the file, I didn't introduce them! Best regards! Matthias Beyer (5): drivers: usb: core: hcd: moved asterix to variable drivers: usb: core: hcd: Whitespace fixes drivers: usb: core: hcd: replaced C99 // comments drivers: usb: core: hcd: removed braces for return statements drivers: usb: core: hcd: if-else-braces fixed drivers/usb/core/hcd.c | 80 +++++++++++++++++++++++++------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/