> On May 1, 2018, at 10:50 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi Song, > > On Wed, 2 May 2018 04:40:20 +0000 Song Liu <songliubraving@xxxxxx> wrote: >> >>> - CHECK(build_id_matches < 1, "build id match", >>> - "Didn't find expected build ID from the map\n"); >>> + if (CHECK(build_id_matches < 1, "build id match", >>> - "Didn't find expected build ID from the map")) >>> ++ "Didn't find expected build ID from the map\n")) >> >> ^^^ Is there a "+" at the beginning of this line? > > No, this is a merge resolution diff, so the ++ means that the line did > not appear in either parent commit. Hi Stephen, Thanks for the explanation! Song -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html