Skip to content
Commit 1ad35f6e authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Michael Ellerman
Browse files

drivers/macintosh: Make wf_control_ops and wf_pid_param const



Make wf_control_ops const as they are only stored in the ops field of a
wf_control structure, which is const.
Make wf_pid_param const as they are only used during a copy operation.
Done using Coccinelle.

Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent b3376dcc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment