Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1699286
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | SZ Lin <sz.lin@moxa.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] net: moxa: Fix style issues |
| Date | Sat, 29 Jul 2017 12:50:01 +0200 |
| Message-ID | <u8xtL-ZD-1@gated-at.bofh.it> (permalink) |
| X-Original-To | davem@davemloft.net |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=fgGt2NI0ZW0pdbSbC/bfEGqDgzjbt85/MZU82FiP+N0=; b=BgoGmJgAsrX0hUy8YCFLiiSpFZvvDhCyecP0TMvlgqQg9CbkRRTt1yEyaaOPJewIEI pqxml5AOFYF/4CB6z3GaGCSFNjPdGFmMRALqVAdJ6/o0yXHVGtuzL9O3gA4V8hKFZKJq 21rThMWm3EYQkyLOqVjg80Yy2F0b+sOqbv2KPMszQ0DDpAO067iCg++3d84mJKasC99Q mlL9XNROkIUxjHNLMMuHggp1h1P6SHZGaOKMZqYcex/moYrCvEXY08WN6GY+Kc3bM8wb FfRjjtimZLBaqCdXQ2W1WkS9SXV+QF25VeWUqflCsNOn4h1ZXxN1fdea/OJDwtNNKgPI NQ0A== |
| X-Gm-Message-State | AIVw112oU+UtvffQrsdQEW+EWy6FwkSvE8e5+L+rgV4J+0F6nH+VaiWz egE/+n/QsxfT9w== |
| X-Received | by 10.84.194.37 with SMTP id g34mr10570565pld.111.1501325029068; Sat, 29 Jul 2017 03:43:49 -0700 (PDT) |
| X-Mailer | git-send-email 2.13.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 17 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | jarod@redhat.com, jonas.jensen@gmail.com, edumazet@google.com, bhumirks@gmail.com, tklauser@distanz.ch, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, SZ Lin <sz.lin@moxa.com> |
| X-Original-Date | Sat, 29 Jul 2017 18:42:33 +0800 |
| X-Original-Message-ID | <20170729104239.14999-1-sz.lin@moxa.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1699286 |
Show key headers only | View raw
This patch set fixs the WARNINGs found by the checkpatch.pl tool
SZ Lin (6):
net: moxa: Remove braces from single-line body
net: moxa: Prefer 'unsigned int' to bare use of 'unsigned'
net: moxa: Fix comparison to NULL could be written with !
net: moxa: Remove extra space after a cast
net: moxa: Fix for typo in comment to function
moxart_mac_setup_desc_ring()
net: moxa: Add spaces preferred around that '{+,-}'
drivers/net/ethernet/moxa/moxart_ether.c | 15 +++++++--------
drivers/net/ethernet/moxa/moxart_ether.h | 8 ++++----
2 files changed, 11 insertions(+), 12 deletions(-)
--
2.13.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] net: moxa: Fix style issues SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 2/6] net: moxa: Prefer 'unsigned int' to bare use of 'unsigned' SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 3/6] net: moxa: Fix comparison to NULL could be written with ! SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 5/6] net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring() SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 4/6] net: moxa: Remove extra space after a cast SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 1/6] net: moxa: Remove braces from single-line body SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
[PATCH 6/6] net: moxa: Add spaces preferred around that '{+,-}' SZ Lin <sz.lin@moxa.com> - 2017-07-29 12:50 +0200
Re: [PATCH 0/6] net: moxa: Fix style issues David Miller <davem@davemloft.net> - 2017-07-29 23:10 +0200
csiph-web