summaryrefslogtreecommitdiff
path: root/ui.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-15ui: Rename ui_table_row_print -> ui_table_row_col_setVadim Kochan1-1/+1
2016-09-15flowtop: Add horizontal scrolling over flows tableVadim Kochan1-8/+17
2016-09-15flowtop: Render table row via raw ncurses bufferVadim Kochan1-14/+69
2016-04-22ui: Print empty rows when clearing tableVadim Kochan1-0/+12
2016-04-22ui: Implement UI table for flows printingVadim Kochan1-0/+141
a42c8ba9ce6e81adb3350c7df4bc8 (patch) treec7f492c0ee6ad434231f524176a9ee33b0678563 /Documentation/devicetree parent7e8fbdc628760857369af05636ed4ddc4fc8569b (diff)
PCI/AER: Use list_first_entry_or_null() to simplify code
Use list_first_entry_or_null() instead of list_empty() + list_entry() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'Documentation/devicetree')