aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/core.h
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2011-02-17 22:07:08 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-23 05:41:50 -0400
commit2798e226ad7db82725ba03da933638e981b472f7 (patch)
tree758bbee0b0de43a58f319051085b9295aad5aa60 /include/linux/mfd/core.h
parent153617fdd3e88fc9f8ea0bcd664671054645180f (diff)
mfd-core: Fix up typos/vagueness in comment
Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/core.h')
-rw-r--r--include/linux/mfd/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index 835996e167e1..1fd7c4467e5a 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -39,8 +39,8 @@ struct mfd_cell {
39 size_t data_size; 39 size_t data_size;
40 40
41 /* 41 /*
42 * This resources can be specified relatively to the parent device. 42 * These resources can be specified relative to the parent device.
43 * For accessing device you should use resources from device 43 * For accessing hardware you should use resources from the platform dev
44 */ 44 */
45 int num_resources; 45 int num_resources;
46 const struct resource *resources; 46 const struct resource *resources;