commit | 960e0a5fbbd748ab1333cee716c92d91d28e287f | [log] [tgz] |
---|---|---|
author | Ken Cox <jkc@redhat.com> | Thu Jul 03 10:02:15 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 08 15:37:59 2014 -0700 |
tree | 053adf823cf79a9d6bb49a3e62c218690445b8f2 | |
parent | 55afa336f97f5790fccc0434f778f6845e1913cd [diff] |
Staging: unisys: use Linux coding convention for function names Change function names to conform to Linux kernel coding convention. ULTRA_VBUS_init_channel() --> ultra_vbus_init_channel() VBUSCHANNEL_devInfoToStringBuffer() --> vbuschannel_devinfo_to_string() VBUSCHANNEL_sanitize_buffer() --> vbuschannel_sanitize_buffer() VBUSCHANNEL_itoa() --> vbuschannel_itoa() Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>