From 5512d3971ba7368a5df8e08ca8f93622c10247c3 Mon Sep 17 00:00:00 2001 From: Mark Hounschell Date: Wed, 21 May 2014 15:16:02 -0400 Subject: [PATCH] staging: dgap: Remove erroneous comment This patch removes a false comment Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dgap/dgap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index b452d840c5af..b34d903d596a 100644 --- a/drivers/staging/dgap/dgap.c +++ b/drivers/staging/dgap/dgap.c @@ -567,7 +567,6 @@ static int dgap_init_pci(void) return pci_register_driver(&dgap_driver); } -/* returns count (>= 0), or negative on error */ static int dgap_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) { int rc; -- 2.39.5