On Tue, Aug 10, 2021 at 05:17:11PM +0200, Christoph Hellwig wrote: > Just use seq_write to copy the stats into the seq_file buffer instead > of poking holes into the seq_file abstraction. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > Reviewed-by: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx> > Tested-by: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx> > --- > drivers/infiniband/hw/hfi1/debugfs.c | 13 ++++--------- > 1 file changed, 4 insertions(+), 9 deletions(-) Applied to for-next, thanks Jason