Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1269520
| From | Nizam Haider <haider@suse.site> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Staging: dgnc: dgnc_neo.c: Coding Style issue (should be space before asterisk). |
| Date | 2015-11-14 19:40 +0100 |
| Message-ID | <quNTX-7zb-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Nizam Haider <nizamhaider786@gmail.com>
Patch will add a space in commentary line.
Signed-off-by: Nizam Haider <nijamh@cdac.in>
---
drivers/staging/dgnc/dgnc_neo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c
index 3cf4783..4ef157f 100644
--- a/drivers/staging/dgnc/dgnc_neo.c
+++ b/drivers/staging/dgnc/dgnc_neo.c
@@ -1784,7 +1784,7 @@ static void neo_vpd(struct dgnc_board *brd)
}
if (((brd->vpd[0x08] != 0x82) && /* long resource name tag */
- (brd->vpd[0x10] != 0x82)) || /* long resource name tag (PCI-66 files)*/
+ (brd->vpd[0x10] != 0x82)) || /* long resource name tag (PCI-66 files) */
(brd->vpd[0x7F] != 0x78)) { /* small resource end tag */
memset(brd->vpd, '\0', NEO_VPD_IMAGESIZE);
--
1.8.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 | Find similar | Unroll thread
[PATCH] Staging: dgnc: dgnc_neo.c: Coding Style issue (should be space before asterisk). Nizam Haider <haider@suse.site> - 2015-11-14 19:40 +0100
csiph-web