commit | fb6e06806b31867e31e095303688cc5dd7503f4a | [log] [tgz] |
---|---|---|
author | Chaehyun Lim <chaehyun.lim@gmail.com> | Sun Jan 03 17:35:33 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 15:11:00 2016 -0800 |
tree | a5f2b6a920028c1a30924801e70d9ae7f1708098 | |
parent | 4ad878bee170cfa6722af26d39740a3c73614218 [diff] |
staging: wilc1000: rename u32duration in struct remain_ch The patch renames u32duration to duration that is a member of struct remain_ch. The prefix u32 shows data type of its member, but there is no need to use u32 prefix to represent data type. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>