-
-
Notifications
You must be signed in to change notification settings - Fork 427
Fightwarn array initializers trivial #849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jimklimov
merged 69 commits into
networkupstools:master
from
jimklimov:fightwarn-array-initializers-trivial
Nov 11, 2020
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
ede41a6
drivers/bcmxcp.c: fix info_lkp_t arrays to consider fourth "nuf" field
jimklimov 781c332
drivers/gamatronic.h: avoid anonymous struct
jimklimov 390850a
drivers/gamatronic.h: initialize the "value" field in the struct array
jimklimov a6d20a1
drivers/mge-utalk.c: update arrays of info_lkp_t with fourth (nuf) field
jimklimov cb03576
drivers/usbhid-ups.c: update HIDDevice_t object with missing initiali…
jimklimov fa75a18
drivers/usbhid-ups.c: update arrays of info_lkp_t with fourth (nuf) f…
jimklimov 74c5466
drivers/usbhid-ups.c: update arrays of info_lkp_t with fourth (nuf) f…
jimklimov 61066ff
drivers/mge-hid.c: update arrays of info_lkp_t with fourth (nuf) fiel…
jimklimov f123f8f
drivers/optiups.c: initialize all fields of ezfill_t tables
jimklimov 9b693e5
drivers/upscode2.c: initialize all fields of cmd_t and simple_t arrays
jimklimov e09aae1
tools/nut-scanner/nutscan-serial.c: initialize all fields of device_p…
jimklimov 615e68b
drivers/apcsmart_tabs.c: initialize all fields of apc_vartab_t arrays
jimklimov 1c12250
drivers/apcsmart_tabs.c: initialize all fields of upsdrv_info_t array
jimklimov 98af6b4
drivers/apc-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 66d93fb
drivers/apc-mib.c: replace verbatim OID string we seek with a macro A…
jimklimov 1c06cf7
drivers/apc-mib.c: initialize all fields of mib2nut_info_t array (and…
jimklimov 75c91ea
drivers/baytech-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 048fca2
drivers/baytech-mib.c: initialize all fields of mib2nut_info_t array
jimklimov aa9c57e
drivers/compaq-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 7e011e5
drivers/compaq-mib.c: initialize all fields of mib2nut_info_t array
jimklimov c4cbf71
drivers/eaton-pdu-genesis2-mib.c: initialize all fields of mib2nut_in…
jimklimov f69f3fd
drivers/eaton-pdu-marlin-mib.c: initialize all fields of info_lkp_t a…
jimklimov 97de5d5
drivers/eaton-pdu-marlin-mib.c: initialize all fields of mib2nut_info…
jimklimov a4c106c
drivers/eaton-pdu-pulizzi-mib.c: initialize all fields of info_lkp_t …
jimklimov 3d9c06e
drivers/eaton-pdu-pulizzi-mib.c: initialize all fields of mib2nut_inf…
jimklimov 94ceece
drivers/eaton-pdu-revelation-mib.c: initialize all fields of info_lkp…
jimklimov a8edf3c
drivers/eaton-pdu-revelation-mib.c: initialize all fields of mib2nut_…
jimklimov cab447b
drivers/emerson-avocent-pdu-mib.c: initialize all fields of mib2nut_i…
jimklimov 1fba236
drivers/emerson-avocent-pdu-mib.c: initialize all fields of info_lkp_…
jimklimov c147d60
drivers/ietf-mib.c: initialize all fields of info_lkp_t arrays
jimklimov a54b9f4
drivers/ietf-mib.c: initialize all fields of mib2nut_info_t arrays
jimklimov 3d7c12a
drivers/mge-mib.c: initialize all fields of info_lkp_t arrays
jimklimov a8a0222
drivers/mge-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 16837c3
drivers/netvision-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 3e882a5
drivers/netvision-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 62e9bb2
drivers/powerware-mib.c: initialize all fields of info_lkp_t arrays
jimklimov e137e70
drivers/raritan-pdu-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 5e168e7
drivers/raritan-px2-mib.c: initialize all fields of info_lkp_t arrays…
jimklimov c495b2f
drivers/raritan-px2-mib.c: fix indentations
jimklimov 8659980
drivers/raritan-px2-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 3d26c8b
drivers/raritan-pdu-mib.c: initialize all fields of mib2nut_info_t array
jimklimov f057137
drivers/xppc-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 001086a
drivers/xppc-mib.c: initialize all fields of info_lkp_t arrays, and e…
jimklimov fc71f12
drivers/bestpower-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 22938b9
drivers/bestpower-mib.c: initialize all fields of mib2nut_info_t array
jimklimov a755a35
drivers/cyberpower-mib.c: initialize all fields of info_lkp_t arrays
jimklimov a89dff7
drivers/cyberpower-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 95b52cf
drivers/delta_ups-mib.c: initialize all fields of info_lkp_t arrays
jimklimov b1aa73e
drivers/delta_ups-mib.c: initialize all fields of mib2nut_info_t array
jimklimov ed0639c
drivers/eaton-ats30-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 9087d8c
drivers/eaton-ats30-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 01fd169
drivers/hpe-pdu-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 706cd68
drivers/hpe-pdu-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 516bd99
drivers/huawei-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 6ebb4b3
drivers/huawei-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 54e78a9
drivers/eaton-ats16-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 06962b8
drivers/eaton-ats16-mib.c: initialize all fields of mib2nut_info_t ar…
jimklimov 99a9ad9
drivers/apc-ats-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 2e4e976
drivers/apc-ats-mib.c: initialize all fields of mib2nut_info_t array
jimklimov 1430909
drivers/apc-pdu-mib.c: initialize all fields of info_lkp_t arrays
jimklimov 823e881
drivers/apc-pdu-mib.c: initialize all fields of mib2nut_info_t arrays
jimklimov 2c86ffe
drivers/apc-pdu-mib.c: define APC_PDU_DEVICE_MODEL macro on top of file
jimklimov 28a20b7
drivers/apc-hid.c: initialize all fields of info_lkp_t arrays
jimklimov 4704276
drivers/belkin-hid.c: initialize all fields of info_lkp_t arrays
jimklimov a3a0762
drivers/cps-hid.c: initialize all fields of info_lkp_t arrays
jimklimov 1ec0b02
drivers/powercom-hid.c: initialize all fields of info_lkp_t arrays
jimklimov 65dd550
drivers/tripplite-hid.c: initialize all fields of info_lkp_t arrays
jimklimov e6669a5
drivers/openups-hid.c: initialize all fields of info_lkp_t arrays
jimklimov 70c2c1c
drivers/apc-hid.c: a few whitespace fixes
jimklimov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One point for possible discussion...