]> git.baikalelectronics.ru Git - kernel.git/commit
USB: rework C++-style comments
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 22 May 2007 15:50:17 +0000 (11:50 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:49 +0000 (16:29 -0700)
commit16c749ca19a2ebfd66b586dc3b0d33d01acc96a6
tree16bfece87f73b07a89a857ca8d31166590f36d03
parent9ca93873540e2f6c8f3db0b7c00d62ee91f27a7b
USB: rework C++-style comments

This patch (as911) replaces some C++-style commented-out debugging
lines in driver.c with a new "verbose debugging" macro.  It makes the
code look cleaner, and it's easier to turn the debugging on or off.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c