From patchwork Tue Jan 18 00:48:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 533102 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 EF562C433EF for ; Tue, 18 Jan 2022 00:48:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229712AbiARAsZ (ORCPT ); Mon, 17 Jan 2022 19:48:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229632AbiARAsY (ORCPT ); Mon, 17 Jan 2022 19:48:24 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 844ECC061574; Mon, 17 Jan 2022 16:48:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=GKFv+rNBUgP+uemMExRCemo1T5lz+hJjEuBQFmv6aMw=; b=J3VhQ4xSElaK2untFTsfWu91iZ XmsOnj/KodXByQhJCxeiTaykyxPNK+VntLgOxk4iLDzo3fYLZkyukn4EoaxoQnvzwSy1E83CDZP3V MyI8j/n2Bf6mg5qe+ox6qJ4fpX18jU/3n0k8PVV3wDsNpH+XBYZyvuROisjh1sCeKjRbJdcziVkSi lUMND2LrxOcflhcWlEVE3YP5h6PRllRUKEfhkxXAKFVvb+la5AEkp+Tk/PREjhn3uSP4kRDfB19Ky YzreROqtWUjxALjR7ks9pNKilyz07oPLd/+Z8xQmqQT6uJbU9c+AnCuIPXawBXFxKZR4oPcnkt0B2 iP1GzmNA==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1n9cfe-00GhFw-Iz; Tue, 18 Jan 2022 00:48:22 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Stephen Rothwell , Mauro Carvalho Chehab , "Rafael J . Wysocki" , linux-pm@vger.kernel.org Subject: [PATCH -next] thermal: fix Documentation bullet list warning Date: Mon, 17 Jan 2022 16:48:21 -0800 Message-Id: <20220118004821.27408-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Fix bullet list indentation formatting to prevent a docs build warning. Use same indentation style as other files in this directory. Documentation/ABI/testing/sysfs-class-thermal:201: WARNING: Bullet list ends without a blank line; unexpected unindent. Fixes: 80da1b508f29 ("thermal: Move ABI documentation to Documentation/ABI") Signed-off-by: Randy Dunlap Reported-by: Stephen Rothwell Cc: Mauro Carvalho Chehab Cc: Rafael J. Wysocki Cc: linux-pm@vger.kernel.org --- Documentation/ABI/testing/sysfs-class-thermal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20220117.orig/Documentation/ABI/testing/sysfs-class-thermal +++ linux-next-20220117/Documentation/ABI/testing/sysfs-class-thermal @@ -203,7 +203,7 @@ Description: - for generic ACPI: should be "Fan", "Processor" or "LCD" - for memory controller device on intel_menlow platform: - should be "Memory controller". + should be "Memory controller". RO, Required