diff options
author | Dave Airlie <airlied@linux.ie> | 2005-03-25 09:01:27 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-03-25 09:01:27 +0000 |
commit | df6ef4836ead254487a834e889d4595d915c4818 (patch) | |
tree | 79e2e848e0f711a11d07ce406539dfd6e789c9ff /linux-core/drm_stub.c | |
parent | ab396776fbf2777d31c4253001e882d2faee0c3b (diff) |
For 2.6.12 and 2.6.11.x:
Remove incorrect "drm_"-prefix from parameter description.
Signed-off-by: Magnus Damm <damm@opensource.se>
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r-- | linux-core/drm_stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c index 2165dc58..41dee097 100644 --- a/linux-core/drm_stub.c +++ b/linux-core/drm_stub.c @@ -45,7 +45,7 @@ MODULE_AUTHOR(CORE_AUTHOR); MODULE_DESCRIPTION(CORE_DESC); MODULE_LICENSE("GPL and additional rights"); MODULE_PARM_DESC(cards_limit, "Maximum number of graphics cards"); -MODULE_PARM_DESC(drm_debug, "Enable debug output"); +MODULE_PARM_DESC(debug, "Enable debug output"); module_param(cards_limit, int, S_IRUGO); module_param_named(debug, drm_debug, int, S_IRUGO|S_IWUGO); |