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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 1155DECDE5F for ; Mon, 23 Jul 2018 07:00:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C294C20846 for ; Mon, 23 Jul 2018 07:00:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C294C20846 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387864AbeGWH7o (ORCPT ); Mon, 23 Jul 2018 03:59:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44154 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726943AbeGWH7n (ORCPT ); Mon, 23 Jul 2018 03:59:43 -0400 Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A513941C; Mon, 23 Jul 2018 06:59:59 +0000 (UTC) Date: Mon, 23 Jul 2018 08:59:57 +0200 From: Greg Kroah-Hartman To: Pengbo Mu Cc: Felipe Balbi , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , Ran Wang Subject: Re: [PATCH] usb: dwc3: call set incr burst type func() Message-ID: <20180723065957.GA20056@kroah.com> References: <1532316853-29184-1-git-send-email-pengbo.mu@nxp.com> <20180723051605.GA13377@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jul 23, 2018 at 06:37:13AM +0000, Pengbo Mu wrote: > Hi Greg, > > This patch should be tied with https://patchwork.kernel.org/patch/10539535/. > After sent four patches, I found I was missing this call. > Thanks for your advice. I will fix it immediately! Please send the series properly, with this one as part of it, otherwise people will think it it separate and stand-alone. thanks, greg k-h