Skip to content

Commit

Permalink
staging: rtl8192u: limit line size in r819xU_phy.c
Browse files Browse the repository at this point in the history
This patch limits the line size below 80 characters,
when possible without producing new checkpatch errors.

This is done by adjusting identation, replacing hardcoded
function names in messages with __func__, merging some
trailing comments with the header comments when they both
refer to the same line and removing some unnecessary
parenthesis.

Also, changes slightly some RT_TRACE messages to make
them shorter without altering their content.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Xenia Ragiadakou authored and Greg Kroah-Hartman committed Jun 24, 2013
1 parent 75c7caf commit 1db5aa0
Showing 1 changed file with 505 additions and 372 deletions.
Loading

0 comments on commit 1db5aa0

Please sign in to comment.