[PATCH v2] staging: fsl-mc: fix typo in comment

From: Gabriel L. Somlo
Date: Tue Jun 13 2017 - 09:51:37 EST


Resolving checkpatch issue:
CHECK: 'successfuly' may be misspelled - perhaps 'successfully'?

Signed-off-by: Gabriel Somlo <gsomlo@xxxxxxxxx>
---

On Tue, Jun 13, 2017 at 02:57:40PM +0200, Greg KH wrote:
> On Mon, Jun 12, 2017 at 03:43:35PM -0400, Gabriel L. Somlo wrote:
> > Signed-off-by: Gabriel Somlo <gsomlo@xxxxxxxxx>
> > ---
> > drivers/staging/fsl-mc/bus/dpio/dpio-service.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> I can't take patches without any changelog test at all, sorry.

I added a description of the checkpatch issue I'm fixing to the
commit log. Meant to include it in the beginning, but the Eudyptula
task 10 instructions say (paraprasing) "make sure checkpatch is happy
with your patch", and the misspelled checkpatch output in the commit
log triggered a fresh checkpatch complaint :)

If the new commit log blurb is NOT what you meant by "changelog test",
then please clarify (googled "site:lkml.org changelog test" and didn't
find anything definitive).

Thanks much,
--Gabe

drivers/staging/fsl-mc/bus/dpio/dpio-service.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/fsl-mc/bus/dpio/dpio-service.c b/drivers/staging/fsl-mc/bus/dpio/dpio-service.c
index e5d6674..8c45f81 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,
--
2.7.4