Skip to content

Fix spelling #116

Merged
merged 1 commit into from
Jan 7, 2022
Merged

Fix spelling #116

merged 1 commit into from
Jan 7, 2022

Conversation

pmenzel
Copy link
Contributor

@pmenzel pmenzel commented Dec 16, 2021

No description provided.

mx_proc.c Outdated Show resolved Hide resolved
Exception: (UVM global queu)

> comm is 16 bytes (including the \0), so 15 characters. So as an
> example of /proc/stat, this was actually right :-)
mx_proc.c Outdated Show resolved Hide resolved
@pmenzel
Copy link
Contributor Author

pmenzel commented Dec 17, 2021

Sorry, accidentally push to master, causing GitHub to mark this as resolved. I reverted the old state and re-opened the merge/pull request.

@pmenzel pmenzel requested a review from donald December 17, 2021 11:21
@donald
Copy link
Contributor

donald commented Dec 17, 2021

No commits here? I'm only on mobile phone today, so I'm a bit disabled and can't investigate.

@pmenzel
Copy link
Contributor Author

pmenzel commented Dec 17, 2021

Sorry, looks like, it’s not so easy to re-open a merge/pull request.

mx_proc.c Outdated
Comment on lines 463 to 464
char linebuf[256]; // "2147483647 (max128chars) X 2147483647 " = 156
char linebuf[64]; // "2147483647 (max15chars) X 2147483647 " = 43

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comm being 15 seems like a very wrong assumption ;) also not scope of fixing spelling ;)

kworker/4:0H-events_highpri is a valid value in there and is longer than 15.. so that those are truncated to 16 (not 15) is out of date documentation i assume..

also why safe minimum amount of bytes and risk failure ;)

@pmenzel
Copy link
Contributor Author

pmenzel commented Dec 17, 2021

Thank you all for the review and comments. Let’s split the controversial commit out: #117.

@donald donald merged commit 450845b into master Jan 7, 2022
@donald donald deleted the fix-spelling branch October 28, 2022 14:21
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants