summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1655702
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1655702')
-rw-r--r--results/scraper/launchpad-without-comments/165570210
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1655702 b/results/scraper/launchpad-without-comments/1655702
new file mode 100644
index 000000000..ae3a5f985
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1655702
@@ -0,0 +1,10 @@
+qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?
+
+$ fgrep frame_size qemu/hw/char/exynos4210_uart.c
+    int speed, parity, data_bits, stop_bits, frame_size;
+    frame_size = 1; /* start bit */
+        frame_size++; /* parity bit */
+    frame_size += data_bits + stop_bits;
+$
+
+Suggest either use it or delete it.
\ No newline at end of file