From: Hari Prasath Gujulan Elango <hguju...@visteon.com>

This patch deletes the comments secion which is obvious and outdated

Signed-off-by: Hari Prasath Gujulan Elango <hguju...@visteon.com>
---
        v2:Addrressed Dan carpenter review comments to remove the entire
comments section as its outdated and obvious.
---
 drivers/staging/dgap/dgap.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c
index d3eda62..75f9aeb 100644
--- a/drivers/staging/dgap/dgap.c
+++ b/drivers/staging/dgap/dgap.c
@@ -7096,17 +7096,6 @@ static void dgap_stop(void)
        unregister_chrdev(DIGI_DGAP_MAJOR, "dgap");
 }
 
-/************************************************************************
- *
- * Driver load/unload functions
- *
- ************************************************************************/
-
-/*
- * init_module()
- *
- * Module load.  This is where it all starts.
- */
 static int dgap_init_module(void)
 {
        int rc;
@@ -7137,11 +7126,6 @@ err_stop:
        return rc;
 }
 
-/*
- * dgap_cleanup_module()
- *
- * Module unload.  This is where it all ends.
- */
 static void dgap_cleanup_module(void)
 {
        dgap_remove_driver_sysfiles(&dgap_driver);
-- 
1.9.1
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to