From 49cdfd6dd4a60df2dc034e8962501d93c601d861 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Fri, 25 Feb 2011 23:46:18 +0100 Subject: [PATCH] --- yaml --- r: 235154 b: refs/heads/master c: 7ae496187876d264c712d7c102c45edb8eb41363 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/base/power/opp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 11a27522378f..e279563e1125 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8b7228cdce9937ebc302a28db8599035e7b3c86 +refs/heads/master: 7ae496187876d264c712d7c102c45edb8eb41363 diff --git a/trunk/drivers/base/power/opp.c b/trunk/drivers/base/power/opp.c index 2bb9b4cf59d7..56a6899f5e9e 100644 --- a/trunk/drivers/base/power/opp.c +++ b/trunk/drivers/base/power/opp.c @@ -222,7 +222,7 @@ int opp_get_opp_count(struct device *dev) * opp_find_freq_exact() - search for an exact frequency * @dev: device for which we do this operation * @freq: frequency to search for - * @is_available: true/false - match for available opp + * @available: true/false - match for available opp * * Searches for exact match in the opp list and returns pointer to the matching * opp if found, else returns ERR_PTR in case of error and should be handled