linux/drivers/net/wimax/i2400m
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
Many developers use "/debug/" or "/debugfs/" or "/sys/kernel/debug/"
directory name to mount debugfs filesystem for ftrace according to
./Documentation/tracers/ftrace.txt file.

And, three directory names(ex:/debug/, /debugfs/, /sys/kernel/debug/) is
existed in kernel source like ftrace, DRM, Wireless, Documentation,
Network[sky2]files to mount debugfs filesystem.

debugfs means debug filesystem for debugging easy to use by greg kroah
hartman. "/sys/kernel/debug/" name is suitable as directory name
of debugfs filesystem.
- debugfs related reference: http://lwn.net/Articles/334546/

Fix inconsistency of directory name to mount debugfs filesystem.

* From Steven Rostedt
  - find_debugfs() and tracing_files() in this patch.

Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
Acked-by     : Inaky Perez-Gonzalez <inaky@linux.intel.com>
Reviewed-by  : Steven Rostedt <rostedt@goodmis.org>
Reviewed-by  : James Smart <james.smart@emulex.com>
CC: Jiri Kosina <trivial@kernel.org>
CC: David Airlie <airlied@linux.ie>
CC: Peter Osterlund <petero2@telia.com>
CC: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
CC: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
CC: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:30:28 -07:00
..
Kconfig
Makefile
control.c wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS 2009-06-11 03:30:26 -07:00
debug-levels.h
debugfs.c
driver.c wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS 2009-06-11 03:30:26 -07:00
fw.c wimax/i2400m: don't reset device when bootrom init retries are exceeded 2009-06-11 03:30:25 -07:00
i2400m-sdio.h wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine 2009-06-11 03:30:25 -07:00
i2400m-usb.h
i2400m.h debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 2009-06-15 21:30:28 -07:00
netdev.c
op-rfkill.c wimax: fix gcc warnings in sh4 when calling BUG() 2009-06-11 11:47:39 -07:00
rx.c wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN 2009-06-11 03:30:20 -07:00
sdio-debug-levels.h
sdio-fw.c wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine 2009-06-11 03:30:25 -07:00
sdio-rx.c wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine 2009-06-11 03:30:25 -07:00
sdio-tx.c
sdio.c wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine 2009-06-11 03:30:25 -07:00
sysfs.c
tx.c wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check 2009-06-11 03:30:22 -07:00
usb-debug-levels.h
usb-fw.c
usb-notif.c
usb-rx.c
usb-tx.c
usb.c wimax: fix gcc warnings in sh4 when calling BUG() 2009-06-11 11:47:39 -07:00