mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
cpumf/lspai: Rename show_format() -> format_painode()
Renamed the function show_format() to format_painode() to better reflect its purpose. Acked-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Thomas Richter <tmricht@linux.ibm.com> Signed-off-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
37aed81745
commit
6f70f34b79
+2
-2
@@ -199,7 +199,7 @@ static void read_counternames(struct pai_node *node)
|
||||
qsort(node->ctrlist, more, sizeof(*node->ctrlist), pai_ctrcmp);
|
||||
}
|
||||
|
||||
static void show_format(enum util_fmt_t fmt)
|
||||
static void format_painode(enum util_fmt_t fmt)
|
||||
{
|
||||
struct pai_node *node;
|
||||
|
||||
@@ -233,7 +233,7 @@ static void list_painode(void)
|
||||
int offset = 0;
|
||||
|
||||
if (output_format != -1) {
|
||||
show_format(output_format);
|
||||
format_painode(output_format);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user