From patchwork Wed Jul 8 00:11:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/31] petitboot: Fix nc-cui comment Date: Tue, 07 Jul 2009 14:11:36 -0000 From: Geoff Levand X-Patchwork-Id: 29546 Message-Id: <20090708001135.103816933@am.sony.com> To: Jeremy Kerr Cc: cbe-oss-dev@ozlabs.org A simple comment move. Signed-off-by: Geoff Levand --- ui/ncurses/nc-cui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/ui/ncurses/nc-cui.c +++ b/ui/ncurses/nc-cui.c @@ -209,6 +209,10 @@ static int cui_process_key(void *arg) return 0; } +/** + * cui_client_process_socket - Process a socket event from the discover server. + */ + static int cui_client_process_socket(void *arg) { struct discover_client *client = arg; @@ -397,10 +401,6 @@ static void cui_device_remove(struct dev cui->current->post(cui->current); } -/** - * cui_client_process_socket - Process a socket event from the discover server. - */ - static struct discover_client_ops cui_client_ops = { .device_add = cui_device_add, .device_remove = cui_device_remove,