From 0081fcc646d1fc1c24734dbd68923a21261d3c8d Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Tue, 25 Jun 2013 02:28:57 +0300 Subject: [PATCH] staging: rtl8192u: fix newlines in r819xU_phy.c This patch fixes the newlines by: - adding a newline after variables declarations. - removing the newlines following the return statement. - removing the newlines between function header comments and function definitions. - adding one newline between function definitions. - adding a newline at the end of RT_TRACE messages. This was done to improve code's and logmessages' readability. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed