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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFFFBC433EF for ; Fri, 15 Jul 2022 21:39:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231707AbiGOVjy (ORCPT ); Fri, 15 Jul 2022 17:39:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbiGOVju (ORCPT ); Fri, 15 Jul 2022 17:39:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CFA946D84; Fri, 15 Jul 2022 14:39:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 236A3B82D15; Fri, 15 Jul 2022 21:39:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2089C34115; Fri, 15 Jul 2022 21:39:45 +0000 (UTC) Date: Fri, 15 Jul 2022 17:39:44 -0400 From: Steven Rostedt To: Chunfeng Yun Cc: , Ingo Molnar , Andrew Morton , , , , Greg Kroah-Hartman Subject: Re: [for-next][PATCH 13/23] USB: mtu3: tracing: Use the new __vstring() helper Message-ID: <20220715173944.386743d8@gandalf.local.home> In-Reply-To: <1267b234b09280b9b475cfe2bb32580e967e2dac.camel@mediatek.com> References: <20220714164256.403842845@goodmis.org> <20220714164330.311734558@goodmis.org> <1267b234b09280b9b475cfe2bb32580e967e2dac.camel@mediatek.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Jul 2022 14:32:05 +0800 Chunfeng Yun wrote: > Can you help to remove macro "MTU3_MSG_MAX" and one blank line after it > in this file, this macro is not used anymore after apply this patch. Care to send me a patch, and I'll just include it in my series? -- Steve 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3135AC43334 for ; Fri, 15 Jul 2022 21:40:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=XB4i4pnNjxI9qzJmjzXRDLL0WeWkGw5NISMrf6JyVsw=; b=layL/qJXrLnt1v OyuQqKcsH2SOwNt7z3Vd2eIsUosQUj5Dce9SQliNnAGokaPPrWscNlcQM7ISsq+CwBcIm8vRA2akp jiYP8o73Dowyi+UhiRLdezjBPgMZXOnSsxR3uYNI5WHY4hwxJV0YxXJAPBT3Qh2KZjIn67H/rnAlK JO2+rbO9fGQnANjC3soECkljOqov7XhPfwdGJOlQ7xG8E0Rj6969TxwWR/1Xuhy2+Eg6RI9SFm3DS ENI5vbGel+H89w1H/Pi3hPQBf6t6D3bG+4KJymeBP2LWSogU8pZUS4SdL2CedysCF8aCcZF05fGAs eY4mBhI7Jht5Nh9dsdig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCT2M-00AUjY-MA; Fri, 15 Jul 2022 21:39:50 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCT2K-00AUiy-7u; Fri, 15 Jul 2022 21:39:49 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 77F4861926; Fri, 15 Jul 2022 21:39:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2089C34115; Fri, 15 Jul 2022 21:39:45 +0000 (UTC) Date: Fri, 15 Jul 2022 17:39:44 -0400 From: Steven Rostedt To: Chunfeng Yun Cc: , Ingo Molnar , Andrew Morton , , , , Greg Kroah-Hartman Subject: Re: [for-next][PATCH 13/23] USB: mtu3: tracing: Use the new __vstring() helper Message-ID: <20220715173944.386743d8@gandalf.local.home> In-Reply-To: <1267b234b09280b9b475cfe2bb32580e967e2dac.camel@mediatek.com> References: <20220714164256.403842845@goodmis.org> <20220714164330.311734558@goodmis.org> <1267b234b09280b9b475cfe2bb32580e967e2dac.camel@mediatek.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220715_143948_350761_2CFDD4A4 X-CRM114-Status: GOOD ( 10.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 15 Jul 2022 14:32:05 +0800 Chunfeng Yun wrote: > Can you help to remove macro "MTU3_MSG_MAX" and one blank line after it > in this file, this macro is not used anymore after apply this patch. Care to send me a patch, and I'll just include it in my series? -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel