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 6CEF1CD37B0 for ; Mon, 18 Sep 2023 10:05:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240705AbjIRKFV (ORCPT ); Mon, 18 Sep 2023 06:05:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241129AbjIRKFC (ORCPT ); Mon, 18 Sep 2023 06:05:02 -0400 Received: from out-211.mta0.migadu.com (out-211.mta0.migadu.com [IPv6:2001:41d0:1004:224b::d3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C440E19A for ; Mon, 18 Sep 2023 03:04:18 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1695031456; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VBtaFBrw04FMiCMwTM459ytb/rG57ta7e9Bo9pDP9XQ=; b=FPJZLDTI3msIfsS1LYKiNg/B+uB6YAJCQ8t4hP9gPD+zVX4nfUtlLvOzPeo+v501NBwtTu ifc6pHBOe4g9nx98O0dl0KS+1ZFRnBdQAjTiPMMxtRisEHeIvtbtIXJDFHBnqHqdLEdxsF IyCBBF6w/IZCEmv5sGfXDNtWMRAo0yQ= Date: Mon, 18 Sep 2023 11:04:12 +0100 MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Documentation fixes for dpll subsystem Content-Language: en-US To: Bagas Sanjaya , Arkadiusz Kubalewski , Jiri Pirko , Jonathan Corbet , "David S. Miller" Cc: Linux Kernel Mailing List , Linux Networking , Linux Documentation References: <20230918093240.29824-1-bagasdotme@gmail.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: <20230918093240.29824-1-bagasdotme@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/09/2023 10:32, Bagas Sanjaya wrote: > First of all, sorry for not reviewing dpll series [1] before it gets merged. I > was prompted to post this doc fixup mini series because I was emailed by kernel > test robot (see [1/2] for the warnings). > > This fixup is all code block related. Thanks for cleaning the documentation part. Vadim