diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:43 -0700 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:43 -0700 |
commit | 877e5ba2735fe504c575204803827b5dbc39eeae (patch) | |
tree | 860d1d6246fcd2e99a529068bdfd362f3c4ea3ac /ui | |
parent | 53aa807ae41e48fd71653c2d00083a44a8bca14c (diff) | |
download | talos-petitboot-877e5ba2735fe504c575204803827b5dbc39eeae.tar.gz talos-petitboot-877e5ba2735fe504c575204803827b5dbc39eeae.zip |
Fix nc-cui comment
A simple comment move.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ncurses/nc-cui.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/ncurses/nc-cui.c b/ui/ncurses/nc-cui.c index 2a4c971..2b059eb 100644 --- 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 device *dev, void *arg) 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, |