From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759267AbcLAPLL (ORCPT ); Thu, 1 Dec 2016 10:11:11 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47792 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbcLAPLK (ORCPT ); Thu, 1 Dec 2016 10:11:10 -0500 Date: Thu, 1 Dec 2016 16:11:18 +0100 From: Greg KH To: Geert Custers Cc: aaro.koskinen@iki.fi, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: octeon-usb: Resolve some checkpatch.pl warnings Message-ID: <20161201151118.GB11184@kroah.com> References: <20161201145812.GA7521@GEERT_PC.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161201145812.GA7521@GEERT_PC.localdomain> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 01, 2016 at 03:58:12PM +0100, Geert Custers wrote: > This patch removes some of the warnings that are present when running > the checkpatch.pl script. It corrects the warnings related to macro > precedents. > > Signed-off-by: Geert Custers > --- > drivers/staging/octeon-usb/octeon-hcd.c | 2 +- > drivers/staging/octeon-usb/octeon-hcd.h | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) Why are you not using scripts/get_maintainer.pl to determine what mailing list you should be sending patches like this to? thanks, greg k-h