commit | dc2453ae81785f7e4f48485013b89df0a951421e | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Oct 25 17:15:25 2007 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:03:09 2008 -0800 |
tree | be280b8dd7c6b0c2c565054aa43cd01d0a925e83 | |
parent | fc4b6853fb5e729616159d4f17785f089227a8e8 [diff] |
iwlwifi: rs-4965 fix return values This patch cleans up style of 'return' of rate scale 4965 functions. It renames return name variables rc to ret, change functions to void if no meaningful value was returned it add return of -EINVAL for checks of wrong arguments. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>