From 4e7572b41d4ce5610a26330a6ee5bd9fcd9269ee Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 25 May 2016 12:49:30 +0100 Subject: [PATCH] style: Sort abbreviations alphabetically Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- docs/spice_style.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/spice_style.txt b/docs/spice_style.txt index b024b6b3..d7a879d7 100644 --- a/docs/spice_style.txt +++ b/docs/spice_style.txt @@ -138,15 +138,15 @@ As a basic rule `Spice` refers to types in the public external headers while `Re Common abbreviations ~~~~~~~~~~~~~~~~~~~~ -`rcc` RedChannelClient - `dcc` DisplayChannelClient -`sin` spice instance +`dpi` drawable pipe item + +`rcc` RedChannelClient `sif` spice interface -`dpi` drawable pipe item +`sin` spice instance Optimization ------------