Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199273
| From | Adrian Remonda <adrianremonda@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv4 0/6] Staging: most: several warnings fix reported by sparse |
| Date | 2015-08-03 23:30 +0200 |
| Message-ID | <pTvsZ-6Ny-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series fix several warnings reported by the Sparse tool
v2: Fixed patch format and comments as noted by
Greg Kroah-Hartman and clear a few more warnings
v3: Fixed patch format as noted by Greg Kroah-Hartman
v4: Fixed patch format as noted by Greg Kroah-Hartman
Adrian Remonda (6):
Staging: most: mostcore/core.c. Fix "missing static keyword" warnings
Staging: most: mostcore/core.c. Fix "Using plain integer as NULL
pointer" warnings
Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword"
warnings
Staging: most: hdm-dim2/dim2_hal.c. Fix "Using plain integer as NULL
pointer" warnings
Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warnings
Staging: most: aim-network/networking.c. Fix "Using plain integer as
NULL pointer" warnings
drivers/staging/most/aim-cdev/cdev.c | 18 +++++++++---------
drivers/staging/most/aim-network/networking.c | 4 ++--
drivers/staging/most/hdm-dim2/dim2_hal.c | 2 +-
drivers/staging/most/hdm-usb/hdm_usb.c | 16 ++++++++--------
drivers/staging/most/mostcore/core.c | 16 ++++++++--------
5 files changed, 28 insertions(+), 28 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv4 0/6] Staging: most: several warnings fix reported by sparse Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
[PATCHv4 3/6] Staging: most: hdm-usb/hdm_usb.c. Fix "missing static keyword" warnings Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
[PATCHv4 6/6] Staging: most: aim-network/networking.c. Fix "Using plain integer as NULL pointer" warnings Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
[PATCHv4 2/6] Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warnings Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
Re: [PATCHv4 2/6] Staging: most: mostcore/core.c. Fix "Using plain integer as NULL pointer" warnings Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-08-04 09:00 +0200
[PATCHv4 1/6] Staging: most: mostcore/core.c. Fix "missing static keyword" warnings Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
[PATCHv4 5/6] Staging: most: aim-cdev/cdev.c. Fix "missing static keyword" warnings Adrian Remonda <adrianremonda@gmail.com> - 2015-08-03 23:30 +0200
csiph-web