From a4de0edcc6bead8af9ecc5383b379aeac818d7d9 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Mon, 19 Dec 2011 17:12:59 -0500 Subject: [PATCH] --- yaml --- r: 288832 b: refs/heads/master c: e703ddae383abb24b1c7f363cb0df7e78a44ea45 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/dynamic_debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b462ca6f69c9..a0c9ff04e39f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b5b78f83854af15e04c63fdbc6efed9355afbe8f +refs/heads/master: e703ddae383abb24b1c7f363cb0df7e78a44ea45 diff --git a/trunk/include/linux/dynamic_debug.h b/trunk/include/linux/dynamic_debug.h index fc39640f2dea..7e3c53a900d8 100644 --- a/trunk/include/linux/dynamic_debug.h +++ b/trunk/include/linux/dynamic_debug.h @@ -15,7 +15,7 @@ struct _ddebug { const char *function; const char *filename; const char *format; - unsigned int lineno:24; + unsigned int lineno:18; /* * The flags field controls the behaviour at the callsite. * The bits here are changed dynamically when the user