lkml.org 
[lkml]   [2015]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2 v2] lib/vsprintf.c: Further simplify uuid_string()
> Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
>
> You may want/need to include Andrew Morton in the cc-list to get these
> picked up.

Thank you; I sent it to you because I'm not sure who's really in charge
of this.

>> + /* Insert the fixed punctuation */
>> + uuid[23] = uuid[18] = uuid[13] = uuid[8] = '-';
>> + uuid[36] = 0;

> I think '\0' is more common.

It's that way beause of it was replacing

>> - *p = 0;

But yes, I prefer the char constant, too. And it would be consistent with
the rest of the file.


\
 
 \ /
  Last update: 2015-05-12 16:21    [W:2.981 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site