From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, PDS_TONAME_EQ_TOLOCAL_SHORT,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60D2FC282DD for ; Wed, 8 Jan 2020 16:43:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2AFC82070E for ; Wed, 8 Jan 2020 16:43:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578501807; bh=4R8uMMsjnzXH2laWYCGEUYCq1jjHskPjUvVPAWKtrCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cF/07GC3CfC6tpjwfG0nuvPZZoCbzYNLh5xBKqjxd5Z1b/ahvcMSsh7ERUL/W0KLp BZF8jQdqtuQrdXGPdpK8Ki9YjVnDPlIkE0X0jdKDWVq/FGCppN0o/EZmQroun/3xir frk0mI/iBu86/25s+QwxnxJegM4TgzulokjPoc7k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729215AbgAHQn0 (ORCPT ); Wed, 8 Jan 2020 11:43:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:33340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727090AbgAHQnZ (ORCPT ); Wed, 8 Jan 2020 11:43:25 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DF1DB20692; Wed, 8 Jan 2020 16:43:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578501805; bh=4R8uMMsjnzXH2laWYCGEUYCq1jjHskPjUvVPAWKtrCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AbJXCvfMQJIPjr+a4Lk15D/STmO6IfqH6AmEZMQnJaxLBgJO1yzdwlWdQLdIXE3eq nYTou9NVq6Nsi2s3hEKNwYhEoo8tCRoOLqa1/7mHolPEDusia3dKSxHcu5H+I+8PYC JWv7RtKXBpC8FGM800Na4iQUaF6FDQ3Lo5lKLmNg= Date: Wed, 8 Jan 2020 17:43:23 +0100 From: "gregkh@linuxfoundation.org" To: atmgnd Cc: Alan Stern , Randy Dunlap , "linux-kernel@vger.kernel.org" , USB list Subject: Re: [PATCH] usb: missing parentheses in USE_NEW_SCHEME Message-ID: <20200108164323.GB2494836@kroah.com> References: <20200104114603.GB1288021@kroah.com> <20200105081721.GC1667342@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 05, 2020 at 11:35:30AM +0000, atmgnd wrote: > I have already resend you a new patch with 'Signed-off-by: Qi Zhou ', Can you just use that one ? thanks. Ugh, I have to edit it by hand, but will do so. Please work on fixing up your email system, 'git send-email' should work with just about any MTA out there. greg k-h