提交 63859605 编写于 作者: J Jason Wang 提交者: Li Yang

soc: fsl: qe: fix typo in a comment

The double `is' in the comment in line 150 is repeated. Remove one
of them from the comment.  Also removes a redundant tab in a new line.
Signed-off-by: NJason Wang <wangborong@cdjrlc.com>
Signed-off-by: NLi Yang <leoyang.li@nxp.com>
上级 b9abe942
...@@ -147,7 +147,7 @@ EXPORT_SYMBOL(qe_issue_cmd); ...@@ -147,7 +147,7 @@ EXPORT_SYMBOL(qe_issue_cmd);
* memory mapped space. * memory mapped space.
* The BRG clock is the QE clock divided by 2. * The BRG clock is the QE clock divided by 2.
* It was set up long ago during the initial boot phase and is * It was set up long ago during the initial boot phase and is
* is given to us. * given to us.
* Baud rate clocks are zero-based in the driver code (as that maps * Baud rate clocks are zero-based in the driver code (as that maps
* to port numbers). Documentation uses 1-based numbering. * to port numbers). Documentation uses 1-based numbering.
*/ */
...@@ -421,7 +421,7 @@ static void qe_upload_microcode(const void *base, ...@@ -421,7 +421,7 @@ static void qe_upload_microcode(const void *base,
for (i = 0; i < be32_to_cpu(ucode->count); i++) for (i = 0; i < be32_to_cpu(ucode->count); i++)
iowrite32be(be32_to_cpu(code[i]), &qe_immr->iram.idata); iowrite32be(be32_to_cpu(code[i]), &qe_immr->iram.idata);
/* Set I-RAM Ready Register */ /* Set I-RAM Ready Register */
iowrite32be(QE_IRAM_READY, &qe_immr->iram.iready); iowrite32be(QE_IRAM_READY, &qe_immr->iram.iready);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册