mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
This commit is contained in:
parent
b9abe942cd
commit
6385960501
@ -147,7 +147,7 @@ EXPORT_SYMBOL(qe_issue_cmd);
|
||||
* memory mapped space.
|
||||
* The BRG clock is the QE clock divided by 2.
|
||||
* 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
|
||||
* to port numbers). Documentation uses 1-based numbering.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user