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 A3E14C6FD1C for ; Sat, 11 Mar 2023 12:12:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230033AbjCKMMf (ORCPT ); Sat, 11 Mar 2023 07:12:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229764AbjCKMMd (ORCPT ); Sat, 11 Mar 2023 07:12:33 -0500 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66F081ABC2 for ; Sat, 11 Mar 2023 04:12:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=32bL0mYWtM+3ID3jj1jtKti6IGliY5pwZ9oi3Yv3bSQ=; b=RACmxyM+m4LMNfuXauexo38mZw9CPTu2TuJ1RO7FaihRjR1x53sT5Lgy aX5YF7817W8EeYnuimglODVoziAYUnTWIaCRnrFztT4EQFSSa1mlvLstN Xmsi7I/PVDip/RasaQ4mQbN7j8bjstb/mTn97KmAHuEOd0586vLNQYhQx c=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.98,252,1673910000"; d="scan'208";a="96640125" Received: from 231.85.89.92.rev.sfr.net (HELO hadrien) ([92.89.85.231]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Mar 2023 13:12:28 +0100 Date: Sat, 11 Mar 2023 13:12:28 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Sumitra Sharma cc: outreachy@lists.linux.dev, julia.lawall@inria.fr, gregkh@linuxfoundation.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: pi433: Change bit_rate type from u16 to u32 In-Reply-To: <20230311115904.GA21529@ubuntu> Message-ID: References: <20230311115904.GA21529@ubuntu> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 11 Mar 2023, Sumitra Sharma wrote: > Hi julia, > > I forgot to Cc the maintainers of the code of the above patch. I have Cc > in this mail. Do let me know if there is a need of recreating the patch. You need to send the patch to all of the relevant people/mailing lists. julia