Re: [PATCH 2/2] riscv: Make __fstate_clean() can work correctly.

From: Christoph Hellwig
Date: Mon Aug 12 2019 - 10:59:30 EST


Maybe s/can //g in the subject?

> + regs->sstatus = (regs->sstatus & ~(SR_FS)) | SR_FS_CLEAN;

No need for the inner braces here either.

Otherwise:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>