From: Xenia Ragiadakou Date: Sun, 9 Jun 2013 11:35:07 +0000 (+0300) Subject: staging: rtl8192u: fix comments in r8192U.h X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e0be66853bccd724ab4c5c4b73a93b75578b4bd;p=pandora-kernel.git staging: rtl8192u: fix comments in r8192U.h This patch fixes the comments in r8192U.h by: 1) replacing '// ... ' comments with '/* ... */' comments 2) removing from the comments the date and the developer's name 3) removing unnecessary comments when variables naming is descriptive enough Also, it fixes some typos found in the comments and arranges the comments placement and content aiming to improve code readability and to limit line length below 80 chars, without loosing the comment's substance. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed