From e144452bcdd5f2abbe6b6f3da41ad64f67e39def Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 30 Dec 2019 18:33:32 +0100 Subject: All PDs: Consistently use singular/plural for annotation classes/rows. --- decoders/lin/pd.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decoders/lin') diff --git a/decoders/lin/pd.py b/decoders/lin/pd.py index a8b1998..11495d1 100644 --- a/decoders/lin/pd.py +++ b/decoders/lin/pd.py @@ -73,12 +73,12 @@ class Decoder(srd.Decoder): annotations = ( ('data', 'LIN data'), ('control', 'Protocol info'), - ('error', 'Error descriptions'), - ('inline_error', 'Protocol violations and errors'), + ('error', 'Error description'), + ('inline_error', 'Protocol violation or error'), ) annotation_rows = ( - ('data', 'Data', (0, 1, 3)), - ('error', 'Error', (2,)), + ('data_vals', 'Data', (0, 1, 3)), + ('errors', 'Errors', (2,)), ) def __init__(self): -- cgit v1.2.3-70-g09d2