diff options
author | Andres Salomon <dilinger@queued.net> | 2011-02-17 19:07:08 -0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 10:41:50 +0100 |
commit | 2798e226ad7db82725ba03da933638e981b472f7 (patch) | |
tree | 758bbee0b0de43a58f319051085b9295aad5aa60 /include/linux/mfd/core.h | |
parent | 153617fdd3e88fc9f8ea0bcd664671054645180f (diff) | |
download | blackbird-obmc-linux-2798e226ad7db82725ba03da933638e981b472f7.tar.gz blackbird-obmc-linux-2798e226ad7db82725ba03da933638e981b472f7.zip |
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.h | 4 |
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 { size_t data_size; /* - * This resources can be specified relatively to the parent device. - * For accessing device you should use resources from device + * These resources can be specified relative to the parent device. + * For accessing hardware you should use resources from the platform dev */ int num_resources; const struct resource *resources; |