[FE training-materials-updates] kernel-i2c: fix overflowing title

Alexandre Belloni alexandre.belloni at free-electrons.com
Thu Oct 1 10:59:08 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=850e5f720db0e3f20c63320158df956fe992f7a1

>---------------------------------------------------------------

commit 850e5f720db0e3f20c63320158df956fe992f7a1
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Oct 1 10:59:08 2015 +0200

    kernel-i2c: fix overflowing title
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


>---------------------------------------------------------------

850e5f720db0e3f20c63320158df956fe992f7a1
 slides/kernel-i2c/kernel-i2c.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-i2c/kernel-i2c.tex b/slides/kernel-i2c/kernel-i2c.tex
index 48efab7..34e6331 100644
--- a/slides/kernel-i2c/kernel-i2c.tex
+++ b/slides/kernel-i2c/kernel-i2c.tex
@@ -267,7 +267,7 @@ static int <driver>_remove(struct i2c_client *client)
   \end{itemize}
 \end{frame}
 
-\begin{frame}{Communicating with the I2C device: message transfer}
+\begin{frame}{{\large Communicating with the I2C device: message transfer}}
   The message transfer API allows to describe {\bf transfers} that
   consists of several {\bf messages}, with each message being a
   transaction in one direction:




More information about the training-materials-updates mailing list