MAINTAINERS: Change Rafael's e-mail address
[linux-2.6-microblaze.git] / lib / string_helpers.c
index 5a35c7e..3806a52 100644 (file)
@@ -361,6 +361,9 @@ static bool escape_special(unsigned char c, char **dst, char *end)
        case '\e':
                to = 'e';
                break;
+       case '"':
+               to = '"';
+               break;
        default:
                return false;
        }
@@ -474,6 +477,7 @@ static bool escape_hex(unsigned char c, char **dst, char *end)
  *             '\t' - horizontal tab
  *             '\v' - vertical tab
  *     %ESCAPE_SPECIAL:
+ *             '\"' - double quote
  *             '\\' - backslash
  *             '\a' - alert (BEL)
  *             '\e' - escape