From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750865AbdIOQdG (ORCPT ); Fri, 15 Sep 2017 12:33:06 -0400 Received: from mail-pg0-f54.google.com ([74.125.83.54]:53906 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbdIOQdE (ORCPT ); Fri, 15 Sep 2017 12:33:04 -0400 X-Google-Smtp-Source: ADKCNb530qCk7vEzHPAxF5T3f2IkGrMZk0cRPw8gt+pcADXAoVHrHaNJrF/G0ZykKjm0q1srCQbYqw== From: Moritz Fischer To: linux-pm@vger.kernel.org Cc: rui.zhang@intel.com, edubezval@gmail.com, linux-kernel@vger.kernel.org, Moritz Fischer Subject: [PATCH] thermal: of: Fix doc string phy mode -> trip type Date: Fri, 15 Sep 2017 09:32:47 -0700 Message-Id: <20170915163247.12065-1-mdf@kernel.org> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This function does not look for a phy mode, but a trip type. Signed-off-by: Moritz Fischer --- drivers/thermal/of-thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index d04ec3b9e5ff..4e23a09d8f63 100644 --- a/drivers/thermal/of-thermal.c +++ b/drivers/thermal/of-thermal.c @@ -730,7 +730,7 @@ static const char * const trip_types[] = { }; /** - * thermal_of_get_trip_type - Get phy mode for given device_node + * thermal_of_get_trip_type - Get trip type for given device_node * @np: Pointer to the given device_node * @type: Pointer to resulting trip type * -- 2.14.1