06/06/2022 16:39, Dongdong Liu: > From: "Min Hu (Connor)" <[email protected]> > > This patch adds support for dump the device private info from a running > application. It can help developers locate the problem. > > Signed-off-by: Min Hu (Connor) <[email protected]> > Signed-off-by: Dongdong Liu <[email protected]> > Acked-by: Reshma Pattan <[email protected]>
Applied, thanks. [...] > /**< Enable show port. */ > static uint32_t enable_shw_port; > +/**< Enable show port private info. */ > +static uint32_t enable_shw_port_priv; That's very strange this file is using some (wrong) doxygen syntax. I'll fix this one when applying. A cleanup may be needed for other comments in the file. > /**< Enable show tm. */ > static uint32_t enable_shw_tm; > /**< Enable show crypto. */

