summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDavid Collins <collinsd@codeaurora.org>2017-02-01 16:17:37 -0800
committerDavid Collins <collinsd@codeaurora.org>2017-02-03 12:19:04 -0800
commitec1ec741b775916887d31f04b1a1be7ad67e9cbc (patch)
tree2d1d22a3b8f4341f5f57940ab1c79568f9386087 /tools/perf/scripts/python/export-to-postgresql.py
parent04be47199a946c493cd7cac1b557de76be6c7508 (diff)
pwm: qpnp: correct various coding style issues
Correct warnings flagged by checkpatch. In particular, modify the following: - Add 'const' to the type of a struct of_device_id variable. - Remove unnecessary out-of-memory error messages. - Change variables of type 'unsigned' to 'unsigned int'. - Correct minor whitespace inconsistencies. - Replace kzalloc() with kcalloc() for arrays. - Replace strncmp() with strcmp(). - Replace EXPORT_SYMBOL_GPL() with EXPORT_SYMBOL(). - Remove a macro which affects flow control. - Update the PWM_QPNP Kconfig entry and driver to use the name: 'Qualcomm Technologies, Inc.' - Correct the spelling of 'label'. Change-Id: I36cd39cec22a4e4ad5956e57643753841fedb4dc Signed-off-by: David Collins <collinsd@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions