From: Mark Hounschell Date: Wed, 21 May 2014 19:16:02 +0000 (-0400) Subject: staging: dgap: Remove erroneous comment X-Git-Tag: v3.16-rc1~30^2~36^2~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5512d3971ba7368a5df8e08ca8f93622c10247c3;p=thirdparty%2Fkernel%2Flinux.git staging: dgap: Remove erroneous comment This patch removes a false comment Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index b452d840c5af4..b34d903d596a1 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;