KCS devices are often used for IPMI, but they're not constrained to it. Update the subsystem module description to reflect its more general capabilities.
Signed-off-by: Andrew Jeffery <[email protected]> --- drivers/char/ipmi/kcs_bmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/kcs_bmc.c b/drivers/char/ipmi/kcs_bmc.c index 8b1161d5194a..a429d9f8a7bf 100644 --- a/drivers/char/ipmi/kcs_bmc.c +++ b/drivers/char/ipmi/kcs_bmc.c @@ -187,4 +187,4 @@ EXPORT_SYMBOL(kcs_bmc_update_event_mask); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Haiyue Wang <[email protected]>"); MODULE_AUTHOR("Andrew Jeffery <[email protected]>"); -MODULE_DESCRIPTION("KCS BMC to handle the IPMI request from system software"); +MODULE_DESCRIPTION("Subsystem for BMCs to communicate via KCS devices"); -- 2.39.2 _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
