public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: Mere typo fixes in the file kallsyms.c
@ 2021-03-14 22:32 Bhaskar Chowdhury
  2021-03-14 23:59 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-14 22:32 UTC (permalink / raw)
  To: masahiroy, Mikhail.Petrov, unixbhaskar, dbrazdil, maz,
	linux-kernel; +Cc: rdunlap


Ordinary spelling fixes.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 scripts/kallsyms.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
index 7ecd2ccba531..4d44aba8c212 100644
--- a/scripts/kallsyms.c
+++ b/scripts/kallsyms.c
@@ -12,7 +12,7 @@
  *  map char code 0xF7 to represent "write_" and then in every symbol where
  *  "write_" appears it can be replaced by 0xF7, saving 5 bytes.
  *      The used codes themselves are also placed in the table so that the
- *  decompresion can work without "special cases".
+ *  decompression can work without "special cases".
  *      Applied to kernel symbols, this usually produces a compression ratio
  *  of about 50%.
  *
@@ -337,7 +337,7 @@ static void output_label(const char *label)
 	printf("%s:\n", label);
 }

-/* Provide proper symbols relocatability by their '_text' relativeness. */
+/* Provide proper symbols relocate ability by their '_text' relativeness. */
 static void output_address(unsigned long long addr)
 {
 	if (_text <= addr)
--
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts: Mere typo fixes in the file kallsyms.c
  2021-03-14 22:32 [PATCH] scripts: Mere typo fixes in the file kallsyms.c Bhaskar Chowdhury
@ 2021-03-14 23:59 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-14 23:59 UTC (permalink / raw)
  To: Bhaskar Chowdhury, masahiroy, Mikhail.Petrov, dbrazdil, maz,
	linux-kernel

On 3/14/21 3:32 PM, Bhaskar Chowdhury wrote:
> 
> Ordinary spelling fixes.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  scripts/kallsyms.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c
> index 7ecd2ccba531..4d44aba8c212 100644
> --- a/scripts/kallsyms.c
> +++ b/scripts/kallsyms.c
> @@ -12,7 +12,7 @@
>   *  map char code 0xF7 to represent "write_" and then in every symbol where
>   *  "write_" appears it can be replaced by 0xF7, saving 5 bytes.
>   *      The used codes themselves are also placed in the table so that the
> - *  decompresion can work without "special cases".
> + *  decompression can work without "special cases".
>   *      Applied to kernel symbols, this usually produces a compression ratio
>   *  of about 50%.
>   *
> @@ -337,7 +337,7 @@ static void output_label(const char *label)
>  	printf("%s:\n", label);
>  }
> 
> -/* Provide proper symbols relocatability by their '_text' relativeness. */
> +/* Provide proper symbols relocate ability by their '_text' relativeness. */

I don't see a problem here that needs to be fixed.

>  static void output_address(unsigned long long addr)
>  {
>  	if (_text <= addr)
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-14 22:32 [PATCH] scripts: Mere typo fixes in the file kallsyms.c Bhaskar Chowdhury
2021-03-14 23:59 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox