]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: host: ehci-dbg: add function output_buf_tds_dir()
authorGeyslan G. Bem <geyslan@gmail.com>
Tue, 26 Jan 2016 01:45:08 +0000 (22:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000 (13:44 -0800)
commit3fd29009f87ba49bcbba516a31f5cf582c4ba613
tree262b12dd953cbf868429d0181b6f84d630f9f617
parentcb272521760a604924162487a6b73ff5531a5648
usb: host: ehci-dbg: add function output_buf_tds_dir()

This patch fixes a coding style issue reported by checkpatch related to
too many leading tabs.

This moves part of the fill_periodic_buffer() to the new function
output_buf_tds_dir().

Because it's inline, the file size has not changed.

Before:
  text data  bss    dec   hex filename
 36920    81   12  37013  9095  drivers/usb/host/ehci-hcd.o

After:
  text data  bss    dec   hex filename
 36920    81   12  37013  9095  drivers/usb/host/ehci-hcd.o

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c