From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A17DC7DA81; Thu, 12 Sep 2024 05:13:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726118007; cv=none; b=GAUfr/thiNPAf270qDKnwWdW4LCHXHKNXAMgreZ7EJnW1FlkJ5jkMpoHc8Y9uL5aXbQUVTpnZPJ1awR5sjGA7QyMffhrI2jUrODFJKzGlnsGRbs8nrnW5B4UYBdFZF4h9IE6E9g/1BJV4OJlAp2ZViBsBudkHIJdJXuupNlxWw0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726118007; c=relaxed/simple; bh=ateoTELeY0lN5wdYmcVoRt1ZSVOjMBCgGYhJVQybraE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=e5fEp5sUJkZ+j+2AWC3gJwj+Xr6EDfcUzeMRXicMxJEoPNx9GY2tl60R7RRvmkFF6+GY6wV641cbjoGzdNDHzkE/mU/Is6OrdJXbcECPSt/+gJzdXCaLv6ialPx4XaAZD7np4mhf7Pu91TBC4BKNNIafP1rquNeH0YxmKCn+tQ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hmXrsFgQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="hmXrsFgQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8855CC4CEC3; Thu, 12 Sep 2024 05:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726118006; bh=ateoTELeY0lN5wdYmcVoRt1ZSVOjMBCgGYhJVQybraE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hmXrsFgQO/XFpaMK+sbDICcN7OuvJ49Vv5GZXmdgNvug2R+bmHyWeK2y5C4uQgTPp FgZOmC09Zkt/W3ypeRQ0YD66pv0Lk5pUXFWgigiFivMTgwC6Dkoc+8200VPHZ3x4SX Ea/ADn2/T5+KSbHPrUrqq5e3yK9xUVb7/tLHgnw0= Date: Thu, 12 Sep 2024 07:13:22 +0200 From: Greg KH To: Hridesh MG Cc: rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, Andreas Hindborg , Boqun Feng , Miguel Ojeda , Alex Gaynor , Wedson Almeida Filho , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Alice Ryhl , Trevor Gross , Jens Axboe , Matt Gilbride , Shuah Khan Subject: Re: [PATCH v2 1/2] rust: kernel: clean up empty `///` lines Message-ID: <2024091253-bling-syndrome-da28@gregkh> References: Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Sep 11, 2024 at 11:14:34PM +0530, Hridesh MG wrote: > From: hridesh > > Remove unnecessary empty `///` lines in the rust docs. > > Suggested-by: Miguel Ojeda > Link: https://github.com/Rust-for-Linux/linux/issues/1109 > Signed-off-by: Hridesh MG This name needs to match your "From:" line, sorry. Can you fix that up and send a v3 series? thanks, greg k-h