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 9E9A8C001DF for ; Fri, 4 Aug 2023 09:29:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230419AbjHDJ3r (ORCPT ); Fri, 4 Aug 2023 05:29:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230418AbjHDJ3f (ORCPT ); Fri, 4 Aug 2023 05:29:35 -0400 Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48F8C49EC for ; Fri, 4 Aug 2023 02:29:32 -0700 (PDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1691141369; bh=mtj3Ks7I0FH9PbRtGPNyvnxNoLJNFfNr53IieLs1jZo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=XetNNFFvY2lndEeB/W5Q580u19PPhLRNEuJm5zpcVdR76/VyiDrqlQDFI4WIRH8L1 LCILjt4WHG2180NPA4Vx3YmBREQ1jbr0uMU0YtlS8uGFD1phtw3xqU9BgjN/1bC02C lfdMS0mC/o97HuFgpcSf7U2a3yig0wxX2ynzyiXB/Ikcbodt+6aHjadjK4N13EJkWd Sc0RXnB6UbDnqG/bOcNf1ldS8YvO41uhOTlmsbuATEZ6dEM2WYILBTAjD8Viq2ZuLU 7uBRLfoIEg23PC7iOzSOAD4hYG7G1pGPSD3WSKP9bIXElkXdg589pVCvYha2otKQ3o ifmfCrmNL11NA== To: Kalle Valo , Ruan Jinjie Cc: linux-wireless@vger.kernel.org Subject: Re: [PATCH -next] ath9k: Remove unnecessary ternary operators In-Reply-To: <87wmybs2xc.fsf@kernel.org> References: <20230731124455.2039184-1-ruanjinjie@huawei.com> <87wmybs2xc.fsf@kernel.org> Date: Fri, 04 Aug 2023 11:29:28 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87o7jncg07.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Kalle Valo writes: > Ruan Jinjie writes: > >> Ping. > > Please don't top post. And also don't ping, you can check the patch > status from our patchwork. Read more from the wiki link below. Also, in this case the maintainer is on holiday :) I'll be back starting next week, but will probably take some time getting through my backlog... -Toke