docs: fix dev_debug() braino in dynamic-debug-howto.txt
authorJonathan Corbet <corbet@lwn.net>
Fri, 25 Mar 2011 16:42:17 +0000 (10:42 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 25 Mar 2011 16:42:17 +0000 (10:42 -0600)
commit9cad7962704d617ab1e4ae304baaaa22d727932b
tree90e9c7018c1f64e204f6d6c920339e223d631c87
parent521cb40b0c44418a4fd36dc633f575813d59a43d
docs: fix dev_debug() braino in dynamic-debug-howto.txt

While looking at dynamic-debug-howto.txt, I noticed that it references
dev_debug() (which doesn't exist) instead of dev_dbg() (which does
exist).  I'm lazy, so I choose to fix the document rather than changing
every dev_dbg() call.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dynamic-debug-howto.txt