-
Notifications
You must be signed in to change notification settings - Fork 0
all: spelling: Fix typos/misspells in various files #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bud Liviu-Alexandru <budliviu@gmail.com>
| * returns the largest value rv, such that for every index < rv, | ||
| * entrys[index].vStartAddress < first. | ||
| * entries[index].vStartAddress < first. | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nu ar trebui sa modificam fisierul asta intrucat e folosit asa cum e dintr-un SDK primit de la Cadence.
| if (arch_interrupt_get_status() & (1 << timer->irq) && ccompare == 1) { | ||
| /* yes, overflow has occured but handler has not run */ | ||
| /* yes, overflow has occurred but handler has not run */ | ||
| high = timer->hitime + 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aici e ok.
| /* New functions added to accomodate XEA3 and allow deprecation of older | ||
| /* New functions added to accommodate XEA3 and allow deprecation of older | ||
| functions. For this release they just map to the older ones. */ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acesta este un fisier primit la de la Xtensa si nu trebuie sa-l modificam.
| * flags : container of information whcih indicates whether the | ||
| * flags : container of information which indicates whether the | ||
| * pc stop range is inverted or not. | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La fel nu trebuie modificat acest fisier.
| #define OCD_ID_ENDIANNESS_SHIFT 0 | ||
| #define OCD_ID_PSO 0x0000000C | ||
| #define OCD_ID_PSO_SHIFT 2 | ||
| #define OCD_ID_TRACEPORT 0x00000080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La fel nu trebuie modificat.
| * buf: Pointer to the buffer for the received data. | ||
| * Returns: 0 - no data avaiable, | ||
| * Returns: 0 - no data available, | ||
| >0 - length of received array in buf. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nu trebuie modificat.
| // Send IPC to host informing of PD completion - Clear BUSY bit by | ||
| // writting IPC_DIPCT_BUSY to IPC_DIPCT | ||
| // writing IPC_DIPCT_BUSY to IPC_DIPCT | ||
| l32i temp_reg1, host_base, IPC_DIPCT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aici e ok.
Fix some typos in order to make the output of checkpatch less cluttered.