vsprintf: Move space out of string literals in fourcc_string()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 27 Jan 2022 18:12:33 +0000 (20:12 +0200)
committerPetr Mladek <pmladek@suse.com>
Thu, 10 Feb 2022 12:16:50 +0000 (13:16 +0100)
commitf74a08fc61073cc5b5f4e24eb513f0b79f4f6ce7
tree163c3d632e247b7018dd727089928d2dd111a4dd
parentd75b26f880f60ead301e79ba0f4a635c5a60767f
vsprintf: Move space out of string literals in fourcc_string()

The literals "big-endian" and "little-endian" may be potentially
occurred in other places. Dropping space allows linker to
merge them by using only a single copy.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20220127181233.72910-2-andriy.shevchenko@linux.intel.com
lib/vsprintf.c