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 7C1EFC4167D for ; Wed, 1 Nov 2023 08:09:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231861AbjKAIJb (ORCPT ); Wed, 1 Nov 2023 04:09:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231570AbjKAIJ3 (ORCPT ); Wed, 1 Nov 2023 04:09:29 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67ACB98 for ; Wed, 1 Nov 2023 01:09:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA2B5C433C8; Wed, 1 Nov 2023 08:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698826164; bh=ig3zqGMgh53+mBu+TuaqJ6OObjdIWEMg9RxlNCU5XPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1eVxPEI20y54j3XE5zBMejhF/FUsrZNu2XnKzbWKJfG4U6SZ9Mq2gwfuJ0gEHQZBN poues8GfWmSZUnTmeny2I9HJ1gFtOn1MwJba9XinsHLHb8lYPnblkUwQICe2N1r/X1 cPnuMz6jztf/16Cr/6uF/2hluOX73obX7TJml6eU= Date: Wed, 1 Nov 2023 09:09:21 +0100 From: Greg KH To: Bagas Sanjaya Cc: Dorine Tipo , Linux Outreachy , Linux Staging Drivers , Linux Kernel Mailing List , Martyn Welch , Manohar Vanga , Lukas Bulwahn , Charles Han Subject: Re: [PATCH] staging: vme: enhance the help paragraphs for clarity Message-ID: <2023110152-snack-circle-3bf9@gregkh> References: <20231029180346.8570-1-dorine.a.tipo@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 01, 2023 at 02:39:53PM +0700, Bagas Sanjaya wrote: > [Cc'ing driver contributors found via get_maintainer.pl. Also Cc: Charles from > linux-doc mailing list as wording patches like this one most likely suit him.] Please do not, that's the responsibility of the outreachy applicant to do, as it is documented very well what needs to happen here. thanks, greg k-h