linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v1 0/5] checkpatch warnings cleanup
@ 2019-10-10 21:02 Jules Irenge
  2019-10-10 21:02 ` [RESEND PATCH v1 1/5] staging: qlge: correct a misspelled word Jules Irenge
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Irenge @ 2019-10-10 21:02 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, linux-kernel, dan.carpenter, Jules Irenge

Clean up multiple warnings reported by checkpatch tool. These are a resend
in the order they were patched.

Jules Irenge (5):
  staging: qlge: correct a misspelled word
  staging: qlge: fix "alignment should match open parenthesis" checks
  staging: qlge: Fix multiple assignments warning by replacing integer
    variables to bool
  staging: qlge: add space to fix check warning
  staging: qlge: fix comparison to NULL warning

 drivers/staging/qlge/qlge_dbg.c | 209 ++++++++++++++++----------------
 1 file changed, 104 insertions(+), 105 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RESEND PATCH v1 1/5] staging: qlge: correct a misspelled word
  2019-10-10 21:02 [RESEND PATCH v1 0/5] checkpatch warnings cleanup Jules Irenge
@ 2019-10-10 21:02 ` Jules Irenge
  0 siblings, 0 replies; 2+ messages in thread
From: Jules Irenge @ 2019-10-10 21:02 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, linux-kernel, dan.carpenter, Jules Irenge

Fix a misspelling of "several" detected by checkpatch

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
---
 drivers/staging/qlge/qlge_dbg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/qlge/qlge_dbg.c b/drivers/staging/qlge/qlge_dbg.c
index 5599525a19d5..28fc974ce982 100644
--- a/drivers/staging/qlge/qlge_dbg.c
+++ b/drivers/staging/qlge/qlge_dbg.c
@@ -354,7 +354,7 @@ static int ql_get_xgmac_regs(struct ql_adapter *qdev, u32 *buf,
 
 	for (i = PAUSE_SRC_LO; i < XGMAC_REGISTER_END; i += 4, buf++) {
 		/* We're reading 400 xgmac registers, but we filter out
-		 * serveral locations that are non-responsive to reads.
+		 * several locations that are non-responsive to reads.
 		 */
 		if ((i == 0x00000114) ||
 			(i == 0x00000118) ||
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-10 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 21:02 [RESEND PATCH v1 0/5] checkpatch warnings cleanup Jules Irenge
2019-10-10 21:02 ` [RESEND PATCH v1 1/5] staging: qlge: correct a misspelled word Jules Irenge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).