From: Nizam Haider <nizamhaider...@gmail.com> Patch will add a space in commentary line.
Signed-off-by: Nizam Haider <nij...@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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/