Skip to content

Commit

Permalink
staging: silicom: fix C99 comments in bp_proc.c
Browse files Browse the repository at this point in the history
Fix C99 // comments in bp_proc.c to resolve checkpatch.pl errors.

Signed-off-by: Chad Williamson <chad@dahc.us>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Chad Williamson authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 19c1fb1 commit 1713eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/silicom/bp_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#include <linux/proc_fs.h>
#include <linux/netdevice.h>
#include <asm/uaccess.h>
//#include <linux/smp_lock.h>
/* #include <linux/smp_lock.h> */
#include "bp_mod.h"

#define BP_PROC_DIR "bypass"
//#define BYPASS_SUPPORT "bypass"
/* #define BYPASS_SUPPORT "bypass" */

#ifdef BYPASS_SUPPORT

Expand Down Expand Up @@ -70,7 +70,7 @@
#define DISC_CHANGE_ENTRY_SD "disc_change"
#define DIS_DISC_ENTRY_SD "dis_disc"
#define DISC_PWUP_ENTRY_SD "disc_pwup"
#endif //bypass_support
#endif /* bypass_support */
static struct proc_dir_entry *bp_procfs_dir;

static struct proc_dir_entry *proc_getdir(char *name,
Expand Down

0 comments on commit 1713eaf

Please sign in to comment.