Skip to content

Commit

Permalink
mfd-core: Fix up typos/vagueness in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Andres Salomon authored and Samuel Ortiz committed Mar 23, 2011
1 parent 153617f commit 2798e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mfd/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2798e22

Please sign in to comment.