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)
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>

No differences found