<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 12pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Delete repeated word in comment.<br /><br />Signed-off-by: Zhu Mao <zhumao001@208suo.com><br />---<br /> drivers/misc/cxl/native.c | 2 +-<br /> 1 file changed, 1 insertion(+), 1 deletion(-)<br /><br />diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c<br />index 50b0c44bb8d7..6957946a6463 100644<br />--- a/drivers/misc/cxl/native.c<br />+++ b/drivers/misc/cxl/native.c<br />@@ -920,7 +920,7 @@ int cxl_attach_dedicated_process_psl9(struct cxl_context *ctx, u64 wed, u64 amr)<br />      * Ideally we should do a wmb() here to make sure the changes to the<br />      * PE are visible to the card before we call afu_enable.<br />      * On ppc64 though all mmios are preceded by a 'sync' instruction hence<br />-     * we dont dont need one here.<br />+     * we dont need one here.<br />      */<br /> <br />     result = cxl_ops->afu_reset(afu);</div>

</body></html>