> -----Original Message----- > From: Min Hu (Connor) <humi...@huawei.com> > Subject: [PATCH v2] app/procinfo: add devcie private info dump Typo: device* > +static void > +show_port_private_info(void) > +{ > + int i; > + > + snprintf(bdr_str, MAX_STRING_LEN, " show - Port PMD Private "); Better to have header message to be "Dump - Ports private information" Looks ok to me. Acked-by: Reshma Pattan <reshma.pat...@intel.com>