commit | da8ed50b8b1f2f5a146ebd068ccbb1e721ee28db | [log] [tgz] |
---|---|---|
author | Jean Sacren <sakiwit@gmail.com> | Tue Aug 05 08:01:03 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Aug 12 01:07:21 2014 -0700 |
tree | 6fd0a114cd6ea7c2d6f1da41ae8c5ce05a4c429a | |
parent | 35a7d8045931d384c3d02f28287e0eb42d6038f4 [diff] |
e1000e: fix trivial kernel doc typos The macro E1000_success is meant to be E1000_SUCCESS. As the return statement in the function is good as is, let's simply correct the comment for this trivial matter. Additionally E1000_ERR_HOST_INTERFACE_COMMAND is supposed to be -E1000_ERR_HOST_INTERFACE_COMMAND. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>