summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dpio/dpio-service.c
diff options
context:
space:
mode:
authorGabriel L. Somlo <gsomlo@gmail.com>2017-06-13 09:51:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-14 12:26:42 +0200
commit1802d96eb6f9548474e03acd1e28d71d0981290c (patch)
treeaf0799c161febba04bede81684ab9b1bedf71062 /drivers/staging/fsl-mc/bus/dpio/dpio-service.c
parent845086076a138bb6dc971df9905504c7de33bcca (diff)
downloadlinux-1802d96eb6f9548474e03acd1e28d71d0981290c.tar.bz2
staging: fsl-mc: fix typo in comment
Resolving checkpatch issue: CHECK: 'successfuly' may be misspelled - perhaps 'successfully'? Signed-off-by: Gabriel Somlo <gsomlo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/bus/dpio/dpio-service.c')
-rw-r--r--drivers/staging/fsl-mc/bus/dpio/dpio-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/dpio/dpio-service.c b/drivers/staging/fsl-mc/bus/dpio/dpio-service.c
index e5d66749614c..8c45f817c472 100644
--- a/drivers/staging/fsl-mc/bus/dpio/dpio-service.c
+++ b/drivers/staging/fsl-mc/bus/dpio/dpio-service.c
@@ -514,7 +514,7 @@ EXPORT_SYMBOL(dpaa2_io_service_acquire);
* The size of the storage is "max_frames*sizeof(struct dpaa2_dq)".
* The 'dpaa2_io_store' returned is a DPIO service managed object.
*
- * Return pointer to dpaa2_io_store struct for successfuly created storage
+ * Return pointer to dpaa2_io_store struct for successfully created storage
* memory, or NULL on error.
*/
struct dpaa2_io_store *dpaa2_io_store_create(unsigned int max_frames,