diff options
author | Lee Jones <[email protected]> | 2020-07-15 13:35:51 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-15 12:18:20 -0700 |
commit | 5b435ca38b2ce785b60b4d3c230f0a21121d6728 (patch) | |
tree | e4485c1f3f93cd6671669f362e3441a66c8a4c7a /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7e05c8de132308da0c2a5b17842b808d99a00ca8 (diff) |
remoteproc: qcom_sysmon: Solve function header bitrot issues
Looks as though 'name' has now been moved into 'struct sysmod_event'
which is passed in instead. However, the parameter descriptions were
not updated at the same time. Let's do that now.
Fixes the following W=1 kernel build warning(s):
drivers/remoteproc/qcom_sysmon.c:78: warning: Function parameter or member 'event' not described in 'sysmon_send_event'
drivers/remoteproc/qcom_sysmon.c:78: warning: Excess function parameter 'name' description in 'sysmon_send_event'
drivers/remoteproc/qcom_sysmon.c:350: warning: Function parameter or member 'event' not described in 'ssctl_send_event'
drivers/remoteproc/qcom_sysmon.c:350: warning: Excess function parameter 'name' description in 'ssctl_send_event'
Cc: Andy Gross <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions