Skip to content

Commit

Permalink
USB: serial: keyspan: drop header file
Browse files Browse the repository at this point in the history
Move all declarations and definitions in keyspan.h to keyspan.c, which
is the only place were they are used.

This specifically moves the driver device-id tables and usb-serial
driver definitions to the source file where they are expected to be
found.

While at it, fix up some multi-line comments and minor white-space
issues (spaces instead of tabs and superfluous white space).

Note that the information in the comment header of the removed header
file is also present in the source file.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
  • Loading branch information
Johan Hovold committed Feb 15, 2017
1 parent 35d4797 commit beabdc3
Show file tree
Hide file tree
Showing 2 changed files with 589 additions and 632 deletions.
Loading

0 comments on commit beabdc3

Please sign in to comment.