-
Thirunarayanan Balathandayuthapani authored
a) Split each assert into individual assers when '&&' used. b) Change the assert or condition from var to var != NULL. c) Space between string and macro. d) To avoid left shift of negative value error, change (~0 << val) to (~0U << val). Reviewed-by:
Naga Satyanarayana Bodapati <satya.bodapati@oracle.com> RB: 12600
Thirunarayanan Balathandayuthapani authoreda) Split each assert into individual assers when '&&' used. b) Change the assert or condition from var to var != NULL. c) Space between string and macro. d) To avoid left shift of negative value error, change (~0 << val) to (~0U << val). Reviewed-by:
Naga Satyanarayana Bodapati <satya.bodapati@oracle.com> RB: 12600
Loading