Staging: btmtk_usb: Fix line length exceeding 80 characters using min_t macro
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 10 Oct 2013 18:14:41 +0000 (23:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 20:17:54 +0000 (13:17 -0700)
commit8365882373e2b2ccc302aa269342b699ef01f004
tree6f92d3fd990a6262b44b7a1588f2a0a2ea2e61d5
parent4ddffcca5ec47dd634870492f2292635ae3777c7
Staging: btmtk_usb: Fix line length exceeding 80 characters using min_t macro

This patch fixes the following checkpatch.pl warning in btmtk_usb.c:
WARNING: line over 80 characters in the file
by using kernel built_in min_t macro.

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Zach Brown <zab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/btmtk_usb/btmtk_usb.c
This page took 0.027707 seconds and 5 git commands to generate.