diff options
Diffstat (limited to 'drivers/misc/mic/cosm/cosm_debugfs.c')
| -rw-r--r-- | drivers/misc/mic/cosm/cosm_debugfs.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mic/cosm/cosm_debugfs.c b/drivers/misc/mic/cosm/cosm_debugfs.c index 68a731fd86de..cb55653cf1f9 100644 --- a/drivers/misc/mic/cosm/cosm_debugfs.c +++ b/drivers/misc/mic/cosm/cosm_debugfs.c @@ -15,7 +15,7 @@  /* Debugfs parent dir */  static struct dentry *cosm_dbg; -/** +/*   * log_buf_show - Display MIC kernel log buffer   *   * log_buf addr/len is read from System.map by user space @@ -68,7 +68,7 @@ done:  DEFINE_SHOW_ATTRIBUTE(log_buf); -/** +/*   * force_reset_show - Force MIC reset   *   * Invokes the force_reset COSM bus op instead of the standard reset  |