From patchwork Wed Mar 17 12:39:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: tip-bot2 for Nam Cao X-Patchwork-Id: 12145679 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FB39C433DB for ; Wed, 17 Mar 2021 12:40:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3ED8A64F4D for ; Wed, 17 Mar 2021 12:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229863AbhCQMjo (ORCPT ); Wed, 17 Mar 2021 08:39:44 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:49844 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230286AbhCQMjN (ORCPT ); Wed, 17 Mar 2021 08:39:13 -0400 Date: Wed, 17 Mar 2021 12:39:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1615984752; h=from:from:sender:sender:reply-to: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=TkQ0BFqyDpd0Ap+vKcLy0es5qrTFHOzckzPJo3pwpjk=; b=VAT9MBjYucK7/r29q5ICh3A1oyJw2IzTh6pJYwG3vgeqXd1qcIxRf0QtiYEWJhFmzj15k2 i7CQlXwL4XlsWXdgEX48QlpZG27jg/LV5ZtcGbt9/GIkk02hDpXAqWqrO17CC1MHixYBMH TzCqA4FWDjnc2aYVBHOQpmhGTWK61ObwZqUJ135M1geAlltECgolBqrkRvHM6VkXWoAff7 2QAEUxgJyYxznXuzA78fqUcrLAvXGHcijIYG8dypK2v6IB2HyaBSW341zXdaO3Lch+9kt8 PtxB60L3Oe7WLXuWMNlGjo1E9LlutxxPwyEjWMCJ80s2PiQKCu+2UAvP2dlPlQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1615984752; h=from:from:sender:sender:reply-to: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=TkQ0BFqyDpd0Ap+vKcLy0es5qrTFHOzckzPJo3pwpjk=; b=BOfWozArX+ZKoYK2tKRfwAPg7RwlFmYndm6YbCIKgKjNd1QMYklpdUyja1TBGxaCEbJt+b zhBghqKLoFb2vvDg== From: "thermal-bot for Colin Ian King" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] thermal: Fix spelling mistake "disabed" -> "disabled" Cc: Colin Ian King , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <20210311093054.5338-1-colin.king@canonical.com> References: <20210311093054.5338-1-colin.king@canonical.com> MIME-Version: 1.0 Message-ID: <161598475172.398.17716096056063973029.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The following commit has been merged into the thermal/next branch of thermal: Commit-ID: 312e3f8aefb5dc9c2f052ba0ee35a2fd6baa5bcd Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//312e3f8aefb5dc9c2f052ba0ee35a2fd6baa5bcd Author: Colin Ian King AuthorDate: Thu, 11 Mar 2021 09:30:54 Committer: Daniel Lezcano CommitterDate: Thu, 11 Mar 2021 12:13:08 +01:00 thermal: Fix spelling mistake "disabed" -> "disabled" There is a spelling mistake in a comment, fix it. Signed-off-by: Colin Ian King Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20210311093054.5338-1-colin.king@canonical.com --- include/uapi/linux/thermal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/thermal.h b/include/uapi/linux/thermal.h index c105054..9aa2fed 100644 --- a/include/uapi/linux/thermal.h +++ b/include/uapi/linux/thermal.h @@ -60,7 +60,7 @@ enum thermal_genl_event { THERMAL_GENL_EVENT_UNSPEC, THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */ THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */ - THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabed */ + THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabled */ THERMAL_GENL_EVENT_TZ_ENABLE, /* Thermal zone enabled */ THERMAL_GENL_EVENT_TZ_TRIP_UP, /* Trip point crossed the way up */ THERMAL_GENL_EVENT_TZ_TRIP_DOWN, /* Trip point crossed the way down */