-
Notifications
You must be signed in to change notification settings - Fork 40
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
Fix various spelling mistakes and typos as found using codespell #96
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are a bunch of spelling mistakes in the json and csv data as well as a variable spelling mistake in scripts/create_perf_json.py. Fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Hi Colin, Thanks for taking the time to open a pull request.
|
ZhangJing-hub
pushed a commit
to ZhangJing-hub/linux
that referenced
this pull request
Sep 8, 2023
Update perf JSON files with spelling fixes by Colin Ian King <colin.i.king@gmail.com> contributed in: intel/perfmon#96 "Fix various spelling mistakes and typos as found using codespell torvalds#96" This is added on top of the spelling mistakes and release number updates in: intel/perfmon#98 "EMR, SPR, CLX, SKX, BDX, HSX, BDW-DE, WSM-EP*, NHM-*, JKT, IVT : Release event updates" Some additional spelling fixes reported by Edward Baker <edward.baker@intel.com> are added on top of this. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Colin Ian King <colin.i.king@gmail.com> Cc: Edward Baker <edward.baker@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20230829001730.1352769-3-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
intel-lab-lkp
pushed a commit
to intel-lab-lkp/linux
that referenced
this pull request
Sep 14, 2023
Update perf JSON files with spelling fixes by Colin Ian King <colin.i.king@gmail.com> contributed in: intel/perfmon#96 "Fix various spelling mistakes and typos as found using codespell torvalds#96" This is added on top of the spelling mistakes and release number updates in: intel/perfmon#98 "EMR, SPR, CLX, SKX, BDX, HSX, BDW-DE, WSM-EP*, NHM-*, JKT, IVT : Release event updates" Some additional spelling fixes reported by Edward Baker <edward.baker@intel.com> are added on top of this. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Colin Ian King <colin.i.king@gmail.com> Cc: Edward Baker <edward.baker@intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20230829001730.1352769-3-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
edwarddavidbaker
added a commit
to edwarddavidbaker/perfmon
that referenced
this pull request
Sep 22, 2023
Incorporate spelling suggestion from intel#96. Co-authored-by: Colin Ian King <colin.i.king@gmail.com>
edwarddavidbaker
added a commit
to edwarddavidbaker/perfmon
that referenced
this pull request
Sep 22, 2023
Incorporate spelling suggestion from intel#96. Co-authored-by: Colin Ian King <colin.i.king@gmail.com>
edwarddavidbaker
added a commit
to edwarddavidbaker/perfmon
that referenced
this pull request
Sep 22, 2023
Incorporate spelling suggestion from intel#96. Co-authored-by: Colin Ian King <colin.i.king@gmail.com>
More spelling mistakes found using the spell tool on json data. Fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
edwarddavidbaker
added a commit
to edwarddavidbaker/perfmon
that referenced
this pull request
Oct 4, 2023
Incorporate spelling suggestion from intel#96. Co-authored-by: Colin Ian King <colin.i.king@gmail.com>
Thanks again for opening this pull request. Closing since we are tracking spelling issues in #100 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are a bunch of spelling mistakes in the json and csv data as well as a variable spelling mistake in scripts/create_perf_json.py. Fix these.