diff for duplicates of <1418030309.31745.37.camel@perches.com> diff --git a/a/1.txt b/N1/1.txt index 96eff82..5886de7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,8 +26,10 @@ static inline int serial_paranoia_check(struct serial_state *info, char *name, const char *routine) { #ifdef SERIAL_PARANOIA_CHECK - static const char *badmagic "Warning: bad magic number for serial struct (%s) in %s\n"; - static const char *badinfo "Warning: null async_struct for (%s) in %s\n"; + static const char *badmagic = + "Warning: bad magic number for serial struct (%s) in %s\n"; + static const char *badinfo = + "Warning: null async_struct for (%s) in %s\n"; if (!info) { printk(badinfo, name, routine); diff --git a/a/content_digest b/N1/content_digest index 144f0a2..bb6453a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0548565FC.1020908@suse.cz\0" "From\0Joe Perches <joe@perches.com>\0" "Subject\0Re: [PATCH 6/20] TTY: fix misspelling of current function in string\0" - "Date\0Mon, 08 Dec 2014 09:18:29 +0000\0" + "Date\0Mon, 08 Dec 2014 01:18:29 -0800\0" "To\0Jiri Slaby <jslaby@suse.cz>\0" "Cc\0Julia Lawall <Julia.Lawall@lip6.fr>" Greg Kroah-Hartman <gregkh@linuxfoundation.org> @@ -40,8 +40,10 @@ "\t\t\t\t\tchar *name, const char *routine)\n" "{\n" "#ifdef SERIAL_PARANOIA_CHECK\n" - "\tstatic const char *badmagic \t\t\"Warning: bad magic number for serial struct (%s) in %s\\n\";\n" - "\tstatic const char *badinfo \t\t\"Warning: null async_struct for (%s) in %s\\n\";\n" + "\tstatic const char *badmagic =\n" + "\t\t\"Warning: bad magic number for serial struct (%s) in %s\\n\";\n" + "\tstatic const char *badinfo =\n" + "\t\t\"Warning: null async_struct for (%s) in %s\\n\";\n" "\n" "\tif (!info) {\n" "\t\tprintk(badinfo, name, routine);\n" @@ -76,4 +78,4 @@ "\n" and remove all the function names from the callers. -fa8f05cd777bb5d573fd197bcebae03107c045343f5a986b644acf8616f2a0ef +1e824e1089e9d0a642271bd997570200e936dbb5b4707916a28f3c824999e394
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.