diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index 835996e167e138560a69ffe107b3a46e49d67506..1fd7c4467e5ad49102751ea416f4978e1cd14e2c 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;