RE: [PATCH v7 2/4] vdpa: Allow for printing negotiated features of a device From: Eli Cohen <hidden> Date: 2022-03-13 18:04:25 On Sun, 13 Mar 2022 19:12:17 +0200 Eli Cohen [off-list ref] wrote: quoted+ if (feature_strs) + s = feature_strs[i]; + else + s = NULL; You really don't like trigraphs? s = feature_strs ? feature_strs[i] : NULL; is more compact If you insist I will send another version. Let me know.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help