[Spice-devel] [PATCH] Fix typo, change DeviceName to device_name

Frediano Ziglio fziglio at redhat.com
Fri Nov 16 09:42:01 UTC 2018


> 
> ---
>  vdagent/display_configuration.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/vdagent/display_configuration.h
> b/vdagent/display_configuration.h
> index ef4f989..7e2f8ac 100644
> --- a/vdagent/display_configuration.h
> +++ b/vdagent/display_configuration.h
> @@ -56,7 +56,7 @@ public:
>      bool query_display_config();
>      bool set_display_config(LONG & error);
>      bool update_mode_position(LPCTSTR device_name, DEVMODE* dev_mode);
> -    bool update_mode_size(LPCTSTR DeviceNmae, DEVMODE* dev_mode);
> +    bool update_mode_size(LPCTSTR device_name, DEVMODE* dev_mode);
>      void update_detached_primary_state(LPCTSTR device_name,
>      DISPLAYCONFIG_PATH_INFO * path_info);
>      bool set_path_state(LPCTSTR device_name, MONITOR_STATE state);
>      bool is_attached(LPCTSTR device_name);
> @@ -172,4 +172,4 @@ private:
>      CCD _ccd;
>  };
>  
> -#endif
> \ No newline at end of file
> +#endif

The patch is good however your e-mail client entirely screw up your name and
we usually add the "Signed-off-by" line.

Frediano


More information about the Spice-devel mailing list