All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Trivial changes
@ 2023-01-10 21:08 Glenn Washburn
  2023-01-10 21:08 ` [PATCH 1/3] misc: Spelling fixes Glenn Washburn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Glenn Washburn @ 2023-01-10 21:08 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Some spelling and spacing changes. Feel free to merge together or with other
changes as desired.

Glenn

Glenn Washburn (3):
  misc: Spelling fixes
  misc: Fix spacing
  misc: efi: Fix spacing

 grub-core/disk/loopback.c   |  2 +-
 grub-core/gdb/i386/idt.c    |  2 +-
 grub-core/gdb/i386/signal.c |  2 +-
 include/grub/efi/api.h      | 58 ++++++++++++++++++-------------------
 include/grub/partition.h    |  2 +-
 5 files changed, 33 insertions(+), 33 deletions(-)

-- 
2.34.1



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

* [PATCH 1/3] misc: Spelling fixes
  2023-01-10 21:08 [PATCH 0/3] Trivial changes Glenn Washburn
@ 2023-01-10 21:08 ` Glenn Washburn
  2023-01-10 21:08 ` [PATCH 2/3] misc: Fix spacing Glenn Washburn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Glenn Washburn @ 2023-01-10 21:08 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/gdb/i386/idt.c    | 2 +-
 grub-core/gdb/i386/signal.c | 2 +-
 include/grub/partition.h    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/grub-core/gdb/i386/idt.c b/grub-core/gdb/i386/idt.c
index 69bfcb089c..43bde51a01 100644
--- a/grub-core/gdb/i386/idt.c
+++ b/grub-core/gdb/i386/idt.c
@@ -1,4 +1,4 @@
-/* idt.c - routines for constructing IDT fot the GDB stub */
+/* idt.c - routines for constructing IDT for the GDB stub */
 /*
  *  Copyright (C) 2006  Lubomir Kundrak
  *
diff --git a/grub-core/gdb/i386/signal.c b/grub-core/gdb/i386/signal.c
index 1ac3bbd183..b169c6b230 100644
--- a/grub-core/gdb/i386/signal.c
+++ b/grub-core/gdb/i386/signal.c
@@ -1,4 +1,4 @@
-/* idt.c - routines for constructing IDT fot the GDB stub */
+/* idt.c - routines for constructing IDT for the GDB stub */
 /*
  *  Copyright (C) 2006  Lubomir Kundrak
  *
diff --git a/include/grub/partition.h b/include/grub/partition.h
index 8208cc7881..c4d71d0eea 100644
--- a/include/grub/partition.h
+++ b/include/grub/partition.h
@@ -87,7 +87,7 @@ struct grub_partition
   /* The type partition map.  */
   grub_partition_map_t partmap;
 
-  /* The type of partition whne it's on MSDOS.
+  /* The type of partition when it's on MSDOS.
      Used for embedding detection.  */
   grub_uint8_t msdostype;
 };
-- 
2.34.1



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

* [PATCH 2/3] misc: Fix spacing
  2023-01-10 21:08 [PATCH 0/3] Trivial changes Glenn Washburn
  2023-01-10 21:08 ` [PATCH 1/3] misc: Spelling fixes Glenn Washburn
@ 2023-01-10 21:08 ` Glenn Washburn
  2023-01-10 21:08 ` [PATCH 3/3] misc: efi: " Glenn Washburn
  2023-01-11 18:50 ` [PATCH 0/3] Trivial changes Daniel Kiper
  3 siblings, 0 replies; 5+ messages in thread
From: Glenn Washburn @ 2023-01-10 21:08 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/disk/loopback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/disk/loopback.c b/grub-core/disk/loopback.c
index 2cfc53a916..4635dcfdee 100644
--- a/grub-core/disk/loopback.c
+++ b/grub-core/disk/loopback.c
@@ -89,7 +89,7 @@ grub_cmd_loopback (grub_extcmd_context_t ctxt, int argc, char **args)
 
   /* Check if `-d' was used.  */
   if (state[0].set)
-      return delete_loopback (args[0]);
+    return delete_loopback (args[0]);
 
   if (!state[1].set)
     type |= GRUB_FILE_TYPE_NO_DECOMPRESS;
-- 
2.34.1



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

* [PATCH 3/3] misc: efi: Fix spacing
  2023-01-10 21:08 [PATCH 0/3] Trivial changes Glenn Washburn
  2023-01-10 21:08 ` [PATCH 1/3] misc: Spelling fixes Glenn Washburn
  2023-01-10 21:08 ` [PATCH 2/3] misc: Fix spacing Glenn Washburn
@ 2023-01-10 21:08 ` Glenn Washburn
  2023-01-11 18:50 ` [PATCH 0/3] Trivial changes Daniel Kiper
  3 siblings, 0 replies; 5+ messages in thread
From: Glenn Washburn @ 2023-01-10 21:08 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 include/grub/efi/api.h | 58 +++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h
index 75efb4d4c2..9e17b675bb 100644
--- a/include/grub/efi/api.h
+++ b/include/grub/efi/api.h
@@ -1077,8 +1077,8 @@ typedef struct grub_efi_input_key grub_efi_input_key_t;
 typedef grub_efi_uint8_t grub_efi_key_toggle_state_t;
 struct grub_efi_key_state
 {
-	grub_efi_uint32_t key_shift_state;
-	grub_efi_key_toggle_state_t key_toggle_state;
+  grub_efi_uint32_t key_shift_state;
+  grub_efi_key_toggle_state_t key_toggle_state;
 };
 typedef struct grub_efi_key_state grub_efi_key_state_t;
 
@@ -1170,10 +1170,10 @@ struct grub_efi_boot_services
 		grub_efi_timer_delay_t type,
 		grub_efi_uint64_t trigger_time);
 
-   grub_efi_status_t
-   (*wait_for_event) (grub_efi_uintn_t num_events,
-		      grub_efi_event_t *event,
-		      grub_efi_uintn_t *index);
+  grub_efi_status_t
+  (*wait_for_event) (grub_efi_uintn_t num_events,
+		     grub_efi_event_t *event,
+		     grub_efi_uintn_t *index);
 
   grub_efi_status_t
   (*signal_event) (grub_efi_event_t event);
@@ -1184,11 +1184,11 @@ struct grub_efi_boot_services
   grub_efi_status_t
   (*check_event) (grub_efi_event_t event);
 
-   grub_efi_status_t
-   (*install_protocol_interface) (grub_efi_handle_t *handle,
-				  grub_efi_guid_t *protocol,
-				  grub_efi_interface_type_t protocol_interface_type,
-				  void *protocol_interface);
+  grub_efi_status_t
+  (*install_protocol_interface) (grub_efi_handle_t *handle,
+				 grub_efi_guid_t *protocol,
+				 grub_efi_interface_type_t protocol_interface_type,
+				 void *protocol_interface);
 
   grub_efi_status_t
   (*reinstall_protocol_interface) (grub_efi_handle_t handle,
@@ -1454,29 +1454,29 @@ typedef grub_efi_status_t (*grub_efi_key_notify_function_t) (
 
 struct grub_efi_simple_text_input_ex_interface
 {
-	grub_efi_status_t
-	(*reset) (struct grub_efi_simple_text_input_ex_interface *this,
-		  grub_efi_boolean_t extended_verification);
+  grub_efi_status_t
+  (*reset) (struct grub_efi_simple_text_input_ex_interface *this,
+	    grub_efi_boolean_t extended_verification);
 
-	grub_efi_status_t
-	(*read_key_stroke) (struct grub_efi_simple_text_input_ex_interface *this,
-			    grub_efi_key_data_t *key_data);
+  grub_efi_status_t
+  (*read_key_stroke) (struct grub_efi_simple_text_input_ex_interface *this,
+		      grub_efi_key_data_t *key_data);
 
-	grub_efi_event_t wait_for_key;
+  grub_efi_event_t wait_for_key;
 
-	grub_efi_status_t
-	(*set_state) (struct grub_efi_simple_text_input_ex_interface *this,
-		      grub_efi_key_toggle_state_t *key_toggle_state);
+  grub_efi_status_t
+  (*set_state) (struct grub_efi_simple_text_input_ex_interface *this,
+	        grub_efi_key_toggle_state_t *key_toggle_state);
 
-	grub_efi_status_t
-	(*register_key_notify) (struct grub_efi_simple_text_input_ex_interface *this,
-				grub_efi_key_data_t *key_data,
-				grub_efi_key_notify_function_t key_notification_function,
-				void **notify_handle);
+  grub_efi_status_t
+  (*register_key_notify) (struct grub_efi_simple_text_input_ex_interface *this,
+			  grub_efi_key_data_t *key_data,
+			  grub_efi_key_notify_function_t key_notification_function,
+			  void **notify_handle);
 
-	grub_efi_status_t
-	(*unregister_key_notify) (struct grub_efi_simple_text_input_ex_interface *this,
-				  void *notification_handle);
+  grub_efi_status_t
+  (*unregister_key_notify) (struct grub_efi_simple_text_input_ex_interface *this,
+			    void *notification_handle);
 };
 typedef struct grub_efi_simple_text_input_ex_interface grub_efi_simple_text_input_ex_interface_t;
 
-- 
2.34.1



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

* Re: [PATCH 0/3] Trivial changes
  2023-01-10 21:08 [PATCH 0/3] Trivial changes Glenn Washburn
                   ` (2 preceding siblings ...)
  2023-01-10 21:08 ` [PATCH 3/3] misc: efi: " Glenn Washburn
@ 2023-01-11 18:50 ` Daniel Kiper
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Kiper @ 2023-01-11 18:50 UTC (permalink / raw)
  To: Glenn Washburn; +Cc: grub-devel

On Tue, Jan 10, 2023 at 03:08:32PM -0600, Glenn Washburn wrote:
> Some spelling and spacing changes. Feel free to merge together or with other
> changes as desired.
>
> Glenn
>
> Glenn Washburn (3):
>   misc: Spelling fixes
>   misc: Fix spacing
>   misc: efi: Fix spacing

For all the patches Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>...

Daniel


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

end of thread, other threads:[~2023-01-11 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 21:08 [PATCH 0/3] Trivial changes Glenn Washburn
2023-01-10 21:08 ` [PATCH 1/3] misc: Spelling fixes Glenn Washburn
2023-01-10 21:08 ` [PATCH 2/3] misc: Fix spacing Glenn Washburn
2023-01-10 21:08 ` [PATCH 3/3] misc: efi: " Glenn Washburn
2023-01-11 18:50 ` [PATCH 0/3] Trivial changes Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.