From: Joshua Clayton Date: Thu, 6 Aug 2015 00:17:16 +0000 (-0700) Subject: staging: rtl8712: fix comment X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdb70ecddd4441be8818ab2f6cbea269c84b3fb;p=pandora-kernel.git staging: rtl8712: fix comment The old comment refers to a typedef name which is being removed, and to a style of calculation which is no longer being used. It falsely states that IELength is variable length, instead of IEs. Change comment to simply state that the IEs field is a buffer of variable size and that IELength refers to the current size. Signed-off-by: Joshua Clayton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed