ACPI: PRM: Remove unnecessary blank lines
authorAubrey Li <aubrey.li@intel.com>
Wed, 20 Oct 2021 03:23:16 +0000 (11:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 26 Oct 2021 13:29:07 +0000 (15:29 +0200)
Just remove unnecessary blank lines, no other code changes

Signed-off-by: Aubrey Li <aubrey.li@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/prmt.c

index 89c22bc550570d2bdb448ca0dca5b251e58618e5..aa02221f6ade5d771f18ce0449e70f9e1a00df12 100644 (file)
@@ -49,7 +49,6 @@ struct prm_context_buffer {
 };
 #pragma pack()
 
-
 static LIST_HEAD(prm_module_list);
 
 struct prm_handler_info {
@@ -73,7 +72,6 @@ struct prm_module_info {
        struct prm_handler_info handlers[];
 };
 
-
 static u64 efi_pa_va_lookup(u64 pa)
 {
        efi_memory_desc_t *md;
@@ -88,7 +86,6 @@ static u64 efi_pa_va_lookup(u64 pa)
        return 0;
 }
 
-
 #define get_first_handler(a) ((struct acpi_prmt_handler_info *) ((char *) (a) + a->handler_info_offset))
 #define get_next_handler(a) ((struct acpi_prmt_handler_info *) (sizeof(struct acpi_prmt_handler_info) + (char *) a))
 
@@ -171,7 +168,6 @@ static void *find_guid_info(const guid_t *guid, u8 mode)
        return NULL;
 }
 
-
 static struct prm_module_info *find_prm_module(const guid_t *guid)
 {
        return (struct prm_module_info *)find_guid_info(guid, GET_MODULE);