spapr: Fix typo in the patb_entry comment
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 25 Feb 2021 03:23:35 +0000 (14:23 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 31 Mar 2021 00:10:50 +0000 (11:10 +1100)
There is no H_REGISTER_PROCESS_TABLE, it is H_REGISTER_PROC_TBL handler
for which is still called h_register_process_table() though.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20210225032335.64245-1-aik@ozlabs.ru>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
include/hw/ppc/spapr.h

index 47cebaf3acba4e24d2826c24d48aa00cf5949814..bf7cab7a2ce1f763e234a74802f47e73d68ac761 100644 (file)
@@ -168,7 +168,7 @@ struct SpaprMachineState {
     SpaprResizeHpt resize_hpt;
     void *htab;
     uint32_t htab_shift;
-    uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROCESS_TABLE */
+    uint64_t patb_entry; /* Process tbl registed in H_REGISTER_PROC_TBL */
     SpaprPendingHpt *pending_hpt; /* in-progress resize */
 
     hwaddr rma_size;