Re: [net-next 4/4] Octeontx2-af: Debugfs support for firmware data

From: ALOK TIWARI
Date: Wed Jul 16 2025 - 13:27:16 EST




On 7/16/2025 10:11 PM, Hariprasad Kelam wrote:
+ seq_puts(s, "\n\t\tSDP CHANNEL INFORMATION\n");
+ seq_puts(s, "\t\t=======================\n");
+ seq_printf(s, "\t\tValid \t\t\t :%x\n", fwdata->channel_data.valid);
+ seq_printf(s, "\t\tNode ID \t\t :%x\n", fwdata->channel_data.info.node_id);
+ seq_printf(s, "\t\tNumner of VFs \t\t :%x\n", fwdata->channel_data.info.max_vfs);

typo Numner -> Number

+ seq_printf(s, "\t\tNumber of PF-Rings \t :%x\n", fwdata->channel_data.info.num_pf_rings);
+ seq_printf(s, "\t\tPF SRN \t\t\t :%x\n", fwdata->channel_data.info.pf_srn);
+ seq_puts(s, "\n");


Thanks,
Alok