misc: xilinx_sdfec: fix spelling mistake: "Schdule" -> "Schedule"
authorColin Ian King <colin.king@canonical.com>
Mon, 19 Aug 2019 09:41:37 +0000 (10:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Aug 2019 21:28:10 +0000 (14:28 -0700)
There is a spelling mistake in a dev_dbg message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Dragan Cvetic <dragan.cvetic@xilinx.com>
Link: https://lore.kernel.org/r/20190819094137.390-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/xilinx_sdfec.c

index 0bf3bcc..1183596 100644 (file)
@@ -555,7 +555,7 @@ static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc,
                 XSDFEC_REG2_NO_FINAL_PARITY_MASK);
        if (max_schedule &
            ~(XSDFEC_REG2_MAX_SCHEDULE_MASK >> XSDFEC_REG2_MAX_SCHEDULE_LSB))
-               dev_dbg(xsdfec->dev, "Max Schdule exceeds 2 bits");
+               dev_dbg(xsdfec->dev, "Max Schedule exceeds 2 bits");
        max_schedule = ((max_schedule << XSDFEC_REG2_MAX_SCHEDULE_LSB) &
                        XSDFEC_REG2_MAX_SCHEDULE_MASK);