diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/other/1497711')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/other/1497711 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1497711 b/results/classifier/deepseek-2-tmp/output/other/1497711 new file mode 100644 index 000000000..fed5eb5ab --- /dev/null +++ b/results/classifier/deepseek-2-tmp/output/other/1497711 @@ -0,0 +1,6 @@ + +tests/libqos/ahci.c:745: redundant condition ? + +[qemu/tests/libqos/ahci.c:745]: (style) Redundant condition: props.ncq. '!props.ncq || (props.ncq && props.lba48)' is equivalent to '!props.ncq || props.lba48' + + g_assert(!props->ncq || (props->ncq && props->lba48)); \ No newline at end of file |