Orabug:
25835254
This fixes an incorrect stringification in a macro that prints
invalid address type in a CCB.
Reviewed-by: Rob Gardner <rob.gardner@oracle.com>
Signed-off-by: Sanath Kumar <sanath.s.kumar@oracle.com>
Signed-off-by: Allen Pais <allen.pais@oracle.com>
if (!((hdr)->at_##type == CCB_AT_VA || \
(hdr)->at_##type == CCB_AT_IMM)) { \
dax_err( \
- "invalid at_##type address type (%d) in user CCB", \
+ "invalid at_"#type" address type (%d) in user CCB", \
(hdr)->at_##type); \
goto label; \
} \