]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: unisys: refactor livedump_info structure
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:08 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:47 +0000 (21:53 +0100)
commitea33b4ee5e12a00faf03ad09f7309040685822f5
treec3925ef66cd85f9ebbe45bdcb8c827d461c5a9ec
parent84982fbf0f0db69bf2c071a9b49908cf7cd6bfe4
staging: unisys: refactor livedump_info structure

Fix the CamelCase member names and that global variable:

Dumpcapture_header => dumpcapture_header
Gettextdump_header => gettextdump_header
Dumpcomplete_header => dumpcomplete_header
Gettextdump_outstanding => gettextdump_outstanding
LiveDump_info => livedump_info

Update all references and merge the definition and global structure
declaration.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c