[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1423517653-11359-5-git-send-email-edubezval@gmail.com>
Date: Mon, 9 Feb 2015 17:34:05 -0400
From: Eduardo Valentin <edubezval@...il.com>
To: Rui Zhang <rui.zhang@...el.com>,
ezequiel.garcia@...e-electrons.com, amit.kachhap@...aro.org,
viresh.kumar@...aro.org, amit.daniel@...sung.com,
hongbo.zhang@...aro.com, andrew@...n.ch, durgadoss.r@...el.com,
peter@...e.net, shawn.guo@...aro.org, aaron.lu@...el.com,
caesar.wang@...k-chips.com, b.zolnierkie@...sung.com,
l.majewski@...sung.com, vincenzo.frascino@...com,
mperttunen@...dia.com, mikko.perttunen@...si.fi,
srinivas.pandruvada@...ux.intel.com, jacob.jun.pan@...ux.intel.com,
bcousson@...libre.com
Cc: LKML <linux-kernel@...r.kernel.org>,
Linux PM <linux-pm@...r.kernel.org>,
Eduardo Valentin <edubezval@...il.com>
Subject: [PATCH RFC 04/12] thermal: of-thermal: remove kernel doc warn
The comment about trip type map is not a kernel doc
comment. Therefore, remove the kernel doc format,
so kernel doc won't complain.
Signed-off-by: Eduardo Valentin <edubezval@...il.com>
---
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 d717f3d..b66e3b2 100644
--- a/drivers/thermal/of-thermal.c
+++ b/drivers/thermal/of-thermal.c
@@ -621,7 +621,7 @@ end:
return ret;
}
-/**
+/*
* It maps 'enum thermal_trip_type' found in include/linux/thermal.h
* into the device tree binding of 'trip', property type.
*/
--
2.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists