ipmi: Rename "user_data" to "recv_msg" in an SMI message
authorCorey Minyard <corey@minyard.net>
Wed, 20 Aug 2025 19:09:11 +0000 (14:09 -0500)
committerCorey Minyard <corey@minyard.net>
Mon, 8 Sep 2025 15:21:41 +0000 (10:21 -0500)
commit3bc54ab3b9790ca92f197e9822e486665daa321c
tree8da715b2c7be32d1b8e905647f5652801310e2ae
parent9cf93a8fa9513c6d3cc65bdd50e05c1355cef322
ipmi: Rename "user_data" to "recv_msg" in an SMI message

It's only used to hold the corresponding receive message, so fix the
name to make that clear and the type so nothing else can be accidentally
assigned to it.

Signed-off-by: Corey Minyard <corey@minyard.net>
drivers/char/ipmi/ipmi_msghandler.c
include/linux/ipmi_smi.h