i965: Remove trailing whitespace

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
Iago Toral Quiroga 2016-07-05 14:06:37 +02:00
parent d92ac67126
commit fa0654fc3c
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ brw_blorp_get_urb_length(const struct brw_blorp_prog_data *prog_data)
if (prog_data == NULL)
return 1;
/* From the BSpec: 3D Pipeline - Strips and Fans - 3DSTATE_SBE
/* From the BSpec: 3D Pipeline - Strips and Fans - 3DSTATE_SBE
*
* read_length = ceiling((max_source_attr+1)/2)
*/