Messages in this thread Patch in this message |  | | From | "John B. Wyatt IV" <> | Subject | [PATCH 2/2] staging: gasket: Fix comment 75 character limit warning | Date | Wed, 1 Apr 2020 22:36:17 -0700 |
| |
Fix 75 character limit warning in comment reported by checkpatch.
Reported by checkpatch.
Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com> --- drivers/staging/gasket/apex_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket/apex_driver.c index f48209ec7d24..5ad15f398893 100644 --- a/drivers/staging/gasket/apex_driver.c +++ b/drivers/staging/gasket/apex_driver.c @@ -50,8 +50,8 @@ #define NUM_NODES 1 /* - * The total number of entries in the page table. Should match the value read - * from the register APEX_BAR2_REG_KERNEL_HIB_PAGE_TABLE_SIZE. + * The total number of entries in the page table. Should match the + * value read from the register APEX_BAR2_REG_KERNEL_HIB_PAGE_TABLE_SIZE. */ #define APEX_PAGE_TABLE_TOTAL_ENTRIES 8192 -- 2.25.1
|  |