Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207292
b: refs/heads/master
c: cf4ca48
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Aug 10, 2010
1 parent 75a2fda commit 040a99a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb8a88b24bd7e3e7cf65e425f8f12d6a12371738
refs/heads/master: cf4ca4874fc45166198424384275f443a672d0b7
11 changes: 0 additions & 11 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -615,17 +615,6 @@ ftrace_vprintk(const char *fmt, va_list ap)
static inline void ftrace_dump(enum ftrace_dump_mode oops_dump_mode) { }
#endif /* CONFIG_TRACING */

/*
* Display an IP address in readable format.
*/

#define NIPQUAD(addr) \
((unsigned char *)&addr)[0], \
((unsigned char *)&addr)[1], \
((unsigned char *)&addr)[2], \
((unsigned char *)&addr)[3]
#define NIPQUAD_FMT "%u.%u.%u.%u"

/*
* min()/max()/clamp() macros that also do
* strict type-checking.. See the
Expand Down

0 comments on commit 040a99a

Please sign in to comment.