---------- Forwarded message ----------
From: Magnus Damm <[EMAIL PROTECTED]>
Date: Sun, 20 Mar 2005 19:33:58 +0100 (CET)
Subject: [PATCH] drm: MODULE_PARM_DESC
To: linux-kernel@vger.kernel.org
Cc: Magnus Damm <[EMAIL PROTECTED]>


For 2.6.12 and 2.6.11.x:

Remove incorrect "drm_"-prefix from parameter description.

Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>

--- linux-2.6.11.5/drivers/char/drm/drm_stub.c  2005-03-20
18:09:14.348412000 +0100
+++ linux-2.6.11.5-drm_parm_desc/drivers/char/drm/drm_stub.c   
2005-03-20 18:52:14.279203192 +0100
@@ -43,8 +43,8 @@
 MODULE_AUTHOR( DRIVER_AUTHOR );
 MODULE_DESCRIPTION( DRIVER_DESC );
 MODULE_LICENSE("GPL and additional rights");
-MODULE_PARM_DESC(drm_cards_limit, "Maximum number of graphics cards");
-MODULE_PARM_DESC(drm_debug, "Enable debug output");
+MODULE_PARM_DESC(cards_limit, "Maximum number of graphics cards");
+MODULE_PARM_DESC(debug, "Enable debug output");

 module_param_named(cards_limit, drm_cards_limit, int, 0444);
 module_param_named(debug, drm_debug, int, 0666);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to