Searched hist:"423 c9baae4c7fe73d5812e28610418fd2e8050bd" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/cxl/core/ |
H A D | mbox.c | diff 423c9baae4c7fe73d5812e28610418fd2e8050bd Sat Sep 14 00:32:16 CEST 2024 Dave Jiang <dave.jiang@intel.com> cxl: Fix comment regarding cxl_query_cmd() return data
The code indicates that the min of n_commands and total commands is returned. The comment incorrectly says it's the max(). Correct comment to min().
Reviewed-by: Alison Schofield <alison.schofield@intel.com> Link: https://patch.msgid.link/20240913223216.3234173-1-dave.jiang@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
|