commit | 4b9960d052840072b59548b866db5f21d0adcf28 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Fri Nov 11 03:00:08 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 15 10:56:52 2016 +0100 |
tree | deb4d40e813128c85f39560c6ac87e5d8b4d57dd | |
parent | 17ba8a08b58a01bbac35790ffca4388ca92b7790 [diff] |
mei: constify buffer in the write functions calls The write buffer should not by modified so make it constant. Also hitchhike some style fixes on the way in the interface and rename mei_me_write_message to mei_me_hbuf_write for consistency. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>