Removed all spaces after casts in parser.c
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/parser.c
b/drivers/staging/unisys/visorchipset
Changed the camel case of the static ulong Controlvm_Payload_Bytes_
Buffered
Controlvm_Payload_Bytes_Buffered =>controlvm_payload_bytes_buffered
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
d
Completely removed all trace of the typedef of PARSER_CONTEXT
and replaced all instance of that typedef with parser_context_tag
also changed PARSER_CONTEXT_Tag
PARSER_CONTEXT_Tag => parser_context_tag
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c |
Sorry for all of the messy patches from before but here
are the improved patches for parser.h and parser.c.
The camel cases are grouped on functions and structs
that occurs in both files.
Jeffrey Brown (10):
staging: unisys: parser_init camel cases
staging: unisys: parser_init_byteStream
Fixed camel cases for parser_init
isLocal => is_local
tryAgain => try_again
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 4 ++--
drivers/staging/unisys/visorchipset/parser.h | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/d
Changed the camel cases for the struct parser_init_bytestream
parser_init_byteStream => parser_init_bytestream
isLocal => is_local
tryAgain => try_again
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c| 4 ++--
drivers/staging/unisys/vis
Fixed camel cases in the struct parser_init_guts and an Away camel
case in parser_param_start
isLocal => is_local
tryAgain => try_again
HasStandardPayloadHeader => has_standard_payload_header
Away => cleanups
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/p
Removed the typedef of PARSER_WHICH_STRING and replaced all
instance of the typedef with enum parser_which_string. Also
changed the name of it to parser_which_string
PARSER_WHICH_STRING => parser_which_string
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c
Inserted a necessary brace for an if statement on line 146 of
parser.c
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/parser.c
b/drivers/staging/unisys
Fixed the camel case for parser_byteStream_get and
parser_simpleString_get
parser_simpleString_get => parser_simplestring_get
parser_byteStream_get => parser_bytestream_get
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 4 ++--
drivers/staging/
Fixed a logical continuation on line 391 by placing the '||'
operator on line 390
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/parser.c
b/drive
From: Jeffrey
Inserted preferred sizeof statements for kzalloc in visorchipset_
main.c
line 1127: kzalloc(sizeof(*pBusInfo)...)
line 1277: kzalloc(sizeof(*pDevInfo)...)
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
1 file changed, 2
I am really sorry about the exterme number of patches I
gave you, it was a very large file to take care of I could
make the number of patches a little less if you want. The
patches start off simple by taking care of trivial stuff
like alignment and space after casts. The patches go into
the camel
From: Jeffrey
Inserted and formatted braces properly, also removed unnecessary
spaces that were usually surrounding the braces
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 24 +-
1 file changed, 10 insertions(+), 14 deletions
From: Jeffrey
Removed all spaces after casts in visorchipset_main.c
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 62 +++---
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset
From: Jeffrey
Changed the u32 textId to textid in the static ssize_ts textid_show
and textid_store
textId => textid
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/driv
From: Jeffrey
Replaced the static DEFINE_SEMAPHORE NotifierLock with notifierlock
NotifierLock => notifierlock
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c| 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/driv
From: Jeffrey
Changed two static ulongs that are supposed to represent invalid
bus/device numbers
g_diagpoolBusNo => g_diagpoolbusno
g_diagpoolDevNo => g_diagpooldevno
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c| 18 +-
From: Jeffrey
Changed the static BOOL to controlvm_pending_msg_valid
Controlvm_Pending_Msg_Valid => controlvm_pending_msg_valid
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --gi
From: Jeffrey
Changed the camel cases of toolAction to toolaction in the static
ssize_ts toolaction_store, and toolaction_show
toolAction => toolaction
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
1 file changed, 6 inserti
From: Jeffrey
Changed the static dev_t at line 252 to majordev
Major => majordev
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/unisys/visorchip
From: Jeffrey
Fixed all logical continuations by moving the operators to their
correct lines, (which is the line previous to the operator)
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 23 +++---
1 file changed, 11 insertions(+), 12
From: Jeffrey
Changed the camel cases for the variables for the struct LIVEDUMP_
INFO
Dumpcapture_header => dumpcapture_header
Gettextdump_header => gettextdump_header
Dumpcomplete_header => dumpcomplete_header
Gettextdump_outstanding => gettextdump_outstanding
Signed-off-by: J
From: Jeffrey
Fixed all alignment issues in visorchipset_main.c, kept the 80
character warnings in mind when doing so, and if there are any
warnings coming from this patch it is most likely that there was
an 80 character warning at the line before I fixed the alignment
Signed-off-by: Jeffrey
From: Jeffrey
Changed the static LIST_HEAD to parahotplug_request_list
Parahotplug_request => parahotplug_request
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/driv
From: Jeffrey
Changed the camel case of remainingSteps in the static ssize_ts of
remaining_steps_show and remaining_steps_store
remainingSteps => remainingsteps
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
1 file changed
From: Jeffrey
Changed the camel case msgHdr to msghdr in the static voids
controlvm_respond, controlvm_respond_chipset_init, & controlvm_-
respond_physdev_changestate
msgHdr => msghdr
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
From: Jeffrey
Changed the camel cases for the void visorchipset_save_message
localSavedCrashMsgOffset -> localsavedcrashmsgoffset
localSavedCrashMsgCount -> localsavedcrashmsgcount
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c
From: Jeffrey
Changed the camel cases for the static void device_destroy_response
busNo -> busno
devNo -> devno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/s
From: Jeffrey
Changed this static struct pointer to periodic_controlvm_workqueue
Periodic_controlvm_workqueue => periodic_controlvm_workqueue
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c| 18 +-
1 file changed, 9 insertions(+)
From: Jeffrey
Changed the static void devInfo_clear to devinfo_clear
devInfo_clear => devinfo_clear
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/uni
From: Jeffrey
Changed the static ulong to most_recent_message_jiffies
Most_recent_message_jiffies => most_recent_message_jiffies
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --gi
From: Jeffrey
Changed the varaible Visorchipset_cache_buffers_in_use to
visorchipset_cache_buffers_in_use
Visorchipset_cache_buffer_in_use =>visorchipset_cache_buffer_in_use
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed
From: Jeffrey
Changed this camel case to periodic_controlvm_work
Periodic_controlvm_work => periodic_controlvm_work
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --gi
From: Jeffrey
Changed the static ulong Poll_jiffies to poll_jiffies using
refactor and rename
Poll_jiffies => poll_jiffies
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
d
From: Jeffrey
Changed this variable to controlvm_payload_info
Controlvm_payload_info => controlvm_payload_info
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/stag
From: Jeffrey
Changed the camel case g_DeviceChangeStatePacket to g_deicechange-
statepacket
g_DeviceChangeStatePacket => g_devicechangestatepacket
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 10 +-
1 file changed, 5 insertions(+)
From: Jeffrey
Changed the static struct Putfile_buffer_list_pool to
putfile_buffer_list_pool
Putfile_buffer_list_pool => putfile_buffer_list_pool
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
1 file changed, 6 insertions(+)
From: Jeffrey
Fixed the static void initialize_controlvm_payload camel cases
payloadOffset -> payloadoffset
payloadBytes -> payloadbytes
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 10 +-
1 file changed, 5 insertions(+), 5 del
From: Jeffrey
Changed the camel cases fore the static void device_resume_response
busNo -> busno
devNo -> devno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/s
From: Jeffrey
Changed the uuid_le UltraDiagpoolChannelProtocolGuid to
ultradiagpoolchannelprotocolguid in visorchipset_main.c
UltraDiagpoolChannelProtocolGuid => ultradiagpoolchannelprotocolguid
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c
From: Jeffrey
Chagned the static void's name to businfo_clear
busInfo_clear => businfo_clear
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/viso
From: Jeffrey
Changed the static LIST_HEAD to putfile_request_list
Putfile_request_list => putfile_request_list
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/uni
From: Jeffrey
Changed the camel cases for ethe static void device_create_response
busNo => busno
devNo => devno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/s
From: Jeffrey
Changed the camel cases in the static void device_epilog
busNo -> busno
devNo -> devNo
msgHdr -> msghdr
needResponse -> needresponse
pDevInfo -> pdevinfo
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 40 +++
From: Jeffrey
Changed the camel cases that manages the info for a CONTROLVM_DUMP_
CAPTURESTATE and CONTROLVM/REPORTEVENT
BusDev_Server_Notifiers => busdev_server_notifiers
BusDev_Client_Notifiers => busdev_client_notifiers
Signed-off-by: Jeffrey Brown
---
.../unisys/visorc
From: Jeffrey
Cleaned up all of the camel cases in the static void chipset_init
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/visorchip
From: Jeffrey
Changed this static struct LIVEDUMP_INFO into livedump_info
Livedump_info = livedump_info
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys
From: Jeffrey
Changed the typedef struct CONTROLVM_PAYLOAD_INFO on line 107 to a
normal struct and replaced every instnace of CONTROLVM_PAYLOAD_INFO
with "struct CONTROLVM_PAYLOAD_INFO"
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_m
From: Jeffrey
Changed the typedef LIVEDUMP_INFO to a normal struct and replaced
the only other instance of LIVEDUMP_INFO to "struct LIVEDUMP_INFO"
on line 133
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 7 ---
1 file changed, 4
From: Jeffrey
Changed the camel case of msgHdr for the static voids of
controlvm_respond, controlvm_init_response, cnotrolvm_respond_-
chipset_init, & controlvm_respond_physdev_changestate
msgHdr => msghdr
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset
From: Jeffrey
Changed this variable to controlvm_pending_msg
Controlvm_pending_msg => controlvm_pending_msg
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/uni
From: Jeffrey
Changed the camel cases of three controlvm_message_headers that
are related to each other
g_DiagMsgHdr => g_diagmsghdr
g_ChipsetMsgHdr => g_chipsetmsghdr
g_DelDumpMsgHdr => g_deldumpmsghdr
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c
From: Jeffrey
Fixed camel cases in the static int _init at line 2365
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/unisys/visorchip
From: Jeffrey
Changed this channel header to test_vnic_channel in
visorchipset_main.c
Test_Vnic_channel => test_vnic_channel
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driv
From: Jeffrey
Changed the camel cases for the static void bus_destroy_response
busNo => busno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/visorchip
From: Jeffrey
Changed the camel cases in the static void
device_changestate_responders
cmdId -> cmdid
busNo -> busno
devNo -> devno
responseState -> responsestate
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c | 20 ++--
1
From: Jeffrey
Changed the static platform_device Visorchipset_platform_device to
visorchipset_platform_device
Visorchipset_platform_device => visorchipset_platform_device
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 16
1 f
From: Jeffrey
Changed the static struct to busdev_responders
BusDev_Responders => busdev_responders
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/uni
From: Jeffrey
Changed the camel cases for LIST_HEAD BusInfoList and DevInfoList
BusInfoList => businfolist
DevInfoList => devinfolist
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 48 +++---
1 file changed, 24 insertions(+), 24 del
From: Jeffrey
Changed this static const char to putfile_buffer_list_pool_name
Putfile_buffer_list_pool_name => putfile_buffer_list_pool_name
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
d
From: Jeffrey
Removed the unnecessasry parentheses around req->list on line 1776
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/unisys/visorchipset/visorchipset_mai
From: Jeffrey
Changed the camel case for Controlvm_channel to controlvm_channel
on line 105
Controlvm_channel => controlvm_channel
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 78 +++---
1 file changed, 39 insertions(+), 39 deleti
From: Jeffrey
Fixed all camel cases in the static void bus_epilog
busNo -> busno
msgHdr -> msghdr
needResponse -> needresponse
pBusInfo -> pbusinfo
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 32 +++---
1 file changed, 1
sgcount
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 40 +++---
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c
b/drivers/staging/unis
From: Jeffrey
Changed the camel cases in the static void my_device_changestate
busNo -> busno
devNo -> devno
pDevInfo -> pdevinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 30 +++---
1 file changed, 1
From: Jeffrey
Fixed the camel cases for the static void controlvm_periodic_work
gotAcommand -> gotacommand
chanInfo -> chaninfo
Poll_Count -> poll_count
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 30 +++---
From: Jeffrey
Fixed the camel cases in the static void my_device_destroy
busNo -> busno
devNo -> devno
pDevInfo -> pdevinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 26 +++---
1 file changed, 13 inser
From: Jeffrey
Changed the camel cases for the static void bus_create_response
busNo => busno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/unisys/visorchip
From: Jeffrey
Fixed the camel cases for the static voids: chipset_ready, chipset_
selftest, & chipset_notready
msgHdr -> msghdr
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 22 +++---
1 file changed, 11 insertions(+), 11 de
c const char
1647: char envp => static const char * const envp
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/visorchipset_main.c
b/
From: Jeffrey
Changed the camel cases in the static void bus_destroy
busNo -> busno
pBusInfo -> pbusinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 22 +++---
1 file changed, 11 insertions(+), 11 deletions
From: Jeffrey
Changed the camel cases in the static void bus_responder
cmdId -> cmdid
busNo -> busno
Signed-off-by: Jeffrey Brown
---
.../staging/unisys/visorchipset/visorchipset_main.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/s
From: Jeffrey
Fixed the camel cases in the static int initialize_controlvm_
payload_info
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/uni
From: Jeffrey
Changed the typedef struct MESSAGE ENVELOPE on line 74 to a normal
struct. Also replaced all instances of MESSAGE_ENVELOPE with
"MESSAGE_ENVELOPE"
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 4 ++--
1 file changed, 2
From: Jeffrey
Changed the camel caes of EfiSparIndication to efisparindication in
the static ssize_ts of boottotool_store and boottotool_show
EfiSparIndication => efisparindication
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 12 ++--
From: Jeffrey
Changed the camel cases in the static_void bus_create
busNo -> busno
pBusInfo -> pbusinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 54 +++---
1 file changed, 27 insertions(+), 27 deletions
From: Jeffrey
Chagned the camel cases in this static void
busNo -> busno
pBusInfo -> pbusinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 48 +++---
1 file changed, 24 insertions(+), 24 deletions(-)
dif
From: Jeffrey
Fixed the camel cases for the static void testUnicode
testUnicode -> testunicode
unicodeString -> unicodestring
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff -
From: Jeffrey
Removed the camel cases in the static void of my_device_create
busNo -> busno
devNo -> devno
pDevInfo -> pdevinfo
pBusInfo -> pbusinfo
Away -> cleanups
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 86 +++---
From: Jeffrey
Removed the camel cases from the static BOOL handle_command
parametersAddr -> parametersaddr
parameterBytes -> parametersbytes
isLocalAddr -> islocaladdr
Signed-off-by: Jeffrey Brown
---
.../unisys/visorchipset/visorchipset_main.c| 26 +++--
From: Jeffrey
Changed the camel case to parahotplug_request_list_lock
Parahotplug_request_list_lock => parahotplug_request_list_lock
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 16
1 file changed, 8 insertions(+), 8 deleti
From: Jeffrey
Changed the camel cases in the static void device_responder
cmdId -> cmdid
busNo -> busno
devNo -> devno
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/visorchipset_main.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
dif
Fixed small bug in parser.c by removing "cleanups:" in parser_init
_guts struct. Replaced it with proper error handling code
and removed the instances of rc = NULL in the code. rc = NULL is
redudant
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parse
Replaced "cleanups" in the struct parser_init_guts with err_rgn,
err_ctx, and out_rgn. The purpose is to remove redundant code and
have proper error handling
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 43 +++--
1 files c
Replaced "cleanups" in the struct parser_init_guts with err_rgn,
err_ctx, and out_rgn. The purpose is to remove redundant code and
have proper error handling. Put "goto out_rgn" on lin 108 because
there was no "out_ctx".
Signed-off-by: Jeffrey Brown
---
drive
From: Jeff
Replaced cleanups: with err_rgn, err_ctx, and out_rgn in the file.
This is to have proper error and success handling. I also removed
the variable rc because like cleanups, rc is redundant in this file
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c
Replaced cleanups: with err_rgn, err_ctx, and out_rgn in the file.
This is to have proper error and success handling. I also removed
the variable rc because like cleanups, rc is redundant in this file
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 62
as well.
Jeffrey Brown (10):
staging: unisys: parser_init camel cases
staging: unisys: parser_init_byteStream camel case
staging: unisys: simpleString_get & byteStream_get camel case
staging: unisys: PARSER_CONTEXT typedef
staging: unisys: PARSER_WHICH_STRING typedef
staging: un
Left the functions "uisutil_add_proc_line_ex" in both files alone
because they were declared in the files and not pulled from the
proc header file. However the PROC_READ_BUFFER_SIZE was changed
to READ_BUFFER_SIZE in the files.
PROC_READ_BUFFER_SIZE => READ_BUFFER_SIZE
Signed-of
ntry *proc_info => void reserved2
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/include/uisqueue.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 25b6181..6ddc0bf 10
Fixed camel cases for parser_init
isLocal => is_local
tryAgain => try_again
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 4 ++--
drivers/staging/unisys/visorchipset/parser.h | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/d
Changed the camel cases for the struct parser_init_bytestream
parser_init_byteStream => parser_init_bytestream
isLocal => is_local
tryAgain => try_again
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c| 4 ++--
drivers/staging/unisys/vis
Removed the typedef of PARSER_WHICH_STRING and replaced all
instance of the typedef with enum parser_which_string. Also
changed the name of it to parser_which_string
PARSER_WHICH_STRING => parser_which_string
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c
This one was a little weird. I replaced all code implemented from
the procobjecttree.h with debugfs code, then deleted
procobjecttree.h and procobjecttree.c. After that I removed the
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/include/procobjecttree.h| 48 ---
drivers/staging
Changed the camel case of the static ulong Controlvm_Payload_Bytes_
Buffered
Controlvm_Payload_Bytes_Buffered =>controlvm_payload_bytes_buffered
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
d
Fixed camel cases in the struct parser_init_guts and an Away camel
case in parser_param_start
isLocal => is_local
tryAgain => try_again
HasStandardPayloadHeader => has_standard_payload_header
Away => cleanups
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/p
rValid => DebugfsReadBufferValid
ProcReadBuffer => DebugfsReadBuffer
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/uislib/uislib.c | 36 +-
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/staging/unisys/uislib/uislib.c
b/drivers/st
Completely removed all trace of the typedef of PARSER_CONTEXT
and replaced all instance of that typedef with parser_context_tag
also changed PARSER_CONTEXT_Tag
PARSER_CONTEXT_Tag => parser_context_tag
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c |
Removed all spaces after casts in parser.c
Signed-off-by: Jeffrey Brown
---
drivers/staging/unisys/visorchipset/parser.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/unisys/visorchipset/parser.c
b/drivers/staging/unisys/visorchipset
1 - 100 of 114 matches
Mail list logo