Skip to content

Commit caa2bd0

Browse files
aubreylirafaeljw
authored andcommitted
ACPI: PRM: Remove unnecessary blank lines
Just remove unnecessary blank lines, no other code changes Signed-off-by: Aubrey Li <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 3906fe9 commit caa2bd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/acpi/prmt.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ struct prm_context_buffer {
4949
};
5050
#pragma pack()
5151

52-
5352
static LIST_HEAD(prm_module_list);
5453

5554
struct prm_handler_info {
@@ -73,7 +72,6 @@ struct prm_module_info {
7372
struct prm_handler_info handlers[];
7473
};
7574

76-
7775
static u64 efi_pa_va_lookup(u64 pa)
7876
{
7977
efi_memory_desc_t *md;
@@ -88,7 +86,6 @@ static u64 efi_pa_va_lookup(u64 pa)
8886
return 0;
8987
}
9088

91-
9289
#define get_first_handler(a) ((struct acpi_prmt_handler_info *) ((char *) (a) + a->handler_info_offset))
9390
#define get_next_handler(a) ((struct acpi_prmt_handler_info *) (sizeof(struct acpi_prmt_handler_info) + (char *) a))
9491

@@ -171,7 +168,6 @@ static void *find_guid_info(const guid_t *guid, u8 mode)
171168
return NULL;
172169
}
173170

174-
175171
static struct prm_module_info *find_prm_module(const guid_t *guid)
176172
{
177173
return (struct prm_module_info *)find_guid_info(guid, GET_MODULE);

0 commit comments

Comments
 (0)