Skip to content

Commit 1f3744b

Browse files
author
Tzung-Bi Shih
committed
platform/chrome: cros_ec_debugfs: fix kernel-doc warning
Fix the following kernel-doc warning: $ ./scripts/kernel-doc -none drivers/platform/chrome/* [...] warning: This comment starts with '/**', but isn't a kernel-doc comment. Fixes: 14bb09b ("platform/chrome: cros_ec: Separate logic for getting panic info") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Reviewed-by: Benson Leung <bleung@chromium.org> Link: https://lore.kernel.org/r/20230411053308.1572493-1-tzungbi@kernel.org
1 parent 26e1dc1 commit 1f3744b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/chrome/cros_ec_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ static void cros_ec_cleanup_console_log(struct cros_ec_debugfs *debug_info)
400400
}
401401
}
402402

403-
/**
403+
/*
404404
* Returns the size of the panicinfo data fetched from the EC
405405
*/
406406
static int cros_ec_get_panicinfo(struct cros_ec_device *ec_dev, uint8_t *data,

0 commit comments

Comments
 (0)