lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 13 Jun 2017 09:51:25 -0400
From:   "Gabriel L. Somlo" <gsomlo@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Roy.Pledge@....com, stuyoder@...il.com, laurentiu.tudor@....com,
        gregkh@...uxfoundation.org, devel@...verdev.osuosl.org
Subject: [PATCH v2] staging: fsl-mc: fix typo in comment

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

Signed-off-by: Gabriel Somlo <gsomlo@...il.com>
---

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@...il.com>
> > ---
> >  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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ