Re: [PATCH] staging: ks7010: fix spelling of Michael MIC

2017-03-13 Thread Greg Kroah-Hartman
On Mon, Mar 13, 2017 at 08:39:29PM +1100, Tobin C. Harding wrote: > Driver mixes spelling michael and michel in symbol names and > comments. Michael here references the IEEE 802.11i Message Integrity > Code. It is incorrect to spell it michel and confusing having two > spellings for the same thing.

[PATCH] staging: ks7010: fix spelling of Michael MIC

2017-03-13 Thread Tobin C. Harding
Driver mixes spelling michael and michel in symbol names and comments. Michael here references the IEEE 802.11i Message Integrity Code. It is incorrect to spell it michel and confusing having two spellings for the same thing. Change michel -> micheal in both symbol names and comments. Signed-off-