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 583C8C3A5A7 for ; Thu, 8 Dec 2022 07:11:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229501AbiLHHLZ (ORCPT ); Thu, 8 Dec 2022 02:11:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbiLHHLY (ORCPT ); Thu, 8 Dec 2022 02:11:24 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 435542AC61 for ; Wed, 7 Dec 2022 23:11:24 -0800 (PST) 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 CEC4EB8212D for ; Thu, 8 Dec 2022 07:11:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CD69C433C1; Thu, 8 Dec 2022 07:11:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670483481; bh=5xOfxYgodqXqUBqH63LDMZaTapmWezVIx72PYv8B+ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qLQ+BILW437L3NzKnEqYNo+zZbHLLc4DyorNQ7fHXSX6C5A5QkFhG1KkXo4y8VWp5 Ls6bBtJUn5mHWhWEY4z4YrixjIBEPYZigfYLBwaJmMBrDz+YgVmtuJCOxa3UyGm2iO EjQGe14T+WFFkKAgiLUriqgbQDSCWqfu5GteXzXg= Date: Thu, 8 Dec 2022 08:11:18 +0100 From: Greg Kroah-Hartman To: Christina Quast Cc: linux-serial@vger.kernel.org, Ilpo =?iso-8859-1?Q?J=E4rvinen?= , Daniel Beer Subject: Re: [PATCH tty-next 1/3] hid-ft260: Cleanup macro formatting Message-ID: References: <20221207215540.114920-1-contact@christina-quast.de> <20221207215540.114920-2-contact@christina-quast.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221207215540.114920-2-contact@christina-quast.de> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Wed, Dec 07, 2022 at 10:55:38PM +0100, Christina Quast wrote: > Signed-off-by: Christina Quast > Cc: Ilpo Järvinen > Cc: Daniel Beer > Cc: Greg Kroah-Hartman > --- > drivers/hid/hid-ft260.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > I can't take patches without any changelog text at all, sorry. greg k-h