David Howells <[email protected]> wrote: > if (sscanf(buf, "%" __stringify(SEC_CMD_SIZE) "s %u %u", ...) == 3)
Actually, that would need to be "SEC_CMD_SIZE - 1" - which might get stringified as-is. David _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
