platform/chrome: fix kernel-doc warnings for panic notifier
authorTzung-Bi Shih <tzungbi@kernel.org>
Wed, 11 Jan 2023 05:57:25 +0000 (13:57 +0800)
committerTzung-Bi Shih <tzungbi@kernel.org>
Fri, 13 Jan 2023 01:30:49 +0000 (09:30 +0800)
commit16d73129f1fd8e91eb565482245233809647c649
treecd0dd811c21607d33ab3f786fc8fb6921f489ac7
parent2ae3c610e7d21bc4a27da2b71f7007f2c4efce01
platform/chrome: fix kernel-doc warnings for panic notifier

Fix the following kernel-doc warnings:

$ ./scripts/kernel-doc -none drivers/platform/chrome/*
drivers/platform/chrome/cros_ec_debugfs.c:54: warning: Function
parameter or member 'notifier_panic' not described in 'cros_ec_debugfs'

$ ./scripts/kernel-doc -none include/linux/platform_data/cros_ec_proto.h
include/linux/platform_data/cros_ec_proto.h:187: warning: Function
parameter or member 'panic_notifier' not described in 'cros_ec_device'

Cc: Rob Barnes <robbarnes@google.com>
Fixes: d90fa2c64d59 ("platform/chrome: cros_ec: Poll EC log on EC panic")
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: Guenter Roeck <groweck@chromium.org>
Link: https://lore.kernel.org/r/20230111055728.708990-2-tzungbi@kernel.org
drivers/platform/chrome/cros_ec_debugfs.c
include/linux/platform_data/cros_ec_proto.h