From f48e8df18d9daf60bf908f6f820ab71765027e33 Mon Sep 17 00:00:00 2001 From: Chuck Anderson Date: Fri, 20 Jul 2018 15:16:54 -0700 Subject: [PATCH] TEST1 THIS IS JUST A TEST Test update process --- drivers/tty/pty.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index 64338442050ef..a93df0755df33 100644 --- a/drivers/tty/pty.c +++ b/drivers/tty/pty.c @@ -7,6 +7,8 @@ * */ +/* This is a test */ + #include #include #include