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.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, PDS_TONAME_EQ_TOLOCAL_SHORT,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 3378BC00523 for ; Sun, 5 Jan 2020 08:17:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 00DEB218AC for ; Sun, 5 Jan 2020 08:17:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578212247; bh=LqM9zIbStZx6zb0OXX8znhaKl/1ObykLsIUQMpp85M4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=v+IULdfVhIjJxBqMDQ1j43TLbKM1lmGrkMOlZrpIpfMmYfjCrmWI2Jns2OSGVMxXs G+8aDpi2QcLxs7A4jbllhcJ//kVOhRyJqffVoetkIGBDs+PqlMCC5h3onrqgqoXJRo 3jdfo84wCmN33h6W4puxwMgPvzD89vizOiqanx+w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726212AbgAEIRZ (ORCPT ); Sun, 5 Jan 2020 03:17:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:55816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbgAEIRZ (ORCPT ); Sun, 5 Jan 2020 03:17: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 42486217F4; Sun, 5 Jan 2020 08:17:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578212244; bh=LqM9zIbStZx6zb0OXX8znhaKl/1ObykLsIUQMpp85M4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bmPavKNJljFGe7eXVmB1ZmJ/yHeeN6iV2xfGwO5+RdUoemXGYF1Q26rmR6iNeaa9d PGI6EXAEWIQ9OCYEef4cB4H+44MaFftRWsimOxJnECQiBtDV/1V3GU+NNIZkLCGQb6 Fk0aK6JZOnJnUcdlm5QkrcctdPqS4ruA4zLB5E5o= Date: Sun, 5 Jan 2020 09:17:21 +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: <20200105081721.GC1667342@kroah.com> References: <20200104114603.GB1288021@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 01:15:41AM +0000, atmgnd wrote: > Is that ok ? Ordinarily I dont use protonmail, only because outlook mail is blocked by kernel email system. > So I register this email to send plain/text emails. > I will resend it. Just add a "From:" line in the first line of the changelog text to match up with your "real" email address. The kernel and git documentation should show this. thanks, greg k-h