diff options
author | Andres Salomon <dilinger@queued.net> | 2011-02-17 22:07:08 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:41:50 -0400 |
commit | 2798e226ad7db82725ba03da933638e981b472f7 (patch) | |
tree | 758bbee0b0de43a58f319051085b9295aad5aa60 | |
parent | 153617fdd3e88fc9f8ea0bcd664671054645180f (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>
-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 835996e167e..1fd7c4467e5 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; |