Re: [PATCH 2/2] staging: gasket: Fix comment 75 character limit warning

2020-04-03 Thread Greg Kroah-Hartman
On Wed, Apr 01, 2020 at 10:36:17PM -0700, John B. Wyatt IV wrote: > Fix 75 character limit warning in comment reported by checkpatch. comments are not allowed to go beyond 75 columns now? Is that something new? The code is fine as-is, sorry. thanks, greg k-h

[PATCH 2/2] staging: gasket: Fix comment 75 character limit warning

2020-04-01 Thread John B. Wyatt IV
Fix 75 character limit warning in comment reported by checkpatch. Reported by checkpatch. Signed-off-by: John B. Wyatt IV --- drivers/staging/gasket/apex_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/gasket/apex_driver.c