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 EE0DEC6FA83 for ; Tue, 27 Sep 2022 07:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230152AbiI0HU7 (ORCPT ); Tue, 27 Sep 2022 03:20:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229765AbiI0HU4 (ORCPT ); Tue, 27 Sep 2022 03:20:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29650A0319; Tue, 27 Sep 2022 00:20:56 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id BA2346162A; Tue, 27 Sep 2022 07:20:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4BAAC433D6; Tue, 27 Sep 2022 07:20:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664263255; bh=FnPY5SFTb2LXLv1UD9l9CqwE9yHAMgltzFqzmKnQSUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XE78cblGyZbxIhpbPJqRoDs0lCgt3gCc/ff5eqipERIbLK9Py5fng0GAtrFqY+Ezm /b6GZGFen33pdvbKHn2OIHwSs8MBqp0/jvv7fCAshGwP/Oba8pn9g7pjChvaQyPTg6 89MxJMGyTe20iVrDBnSqKgdR9U1yFITB2a/7GW48= Date: Tue, 27 Sep 2022 09:20:52 +0200 From: Greg Kroah-Hartman To: =?utf-8?B?0L3QsNCx?= Cc: Jonathan Corbet , Federico Vaga , Alex Shi , Yanteng Si , Hu Haowen , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc-tw-discuss@lists.sourceforge.net Subject: Re: [PATCH] Documentation: NBD_REQUEST_MAGIC isn't a magic number Message-ID: References: <20220927003727.slf4ofb7dgum6apt@tarta.nabijaczleweli.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220927003727.slf4ofb7dgum6apt@tarta.nabijaczleweli.xyz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 27, 2022 at 02:37:27AM +0200, наб wrote: > It's part of the line protocol, same as in commit 82805818898d > ("Documentation: NBD_REPLY_MAGIC isn't a magic number") > > Signed-off-by: Ahelenia Ziemiańska > --- > Based on driver-core-next where the main 18-patch series > of magic-number.rst trivial cleanups landed ‒ I'd missed it then Thanks, now applied. greg k-h