search for: rathter

Displaying 3 results from an estimated 3 matches for "rathter".

Did you mean: rather
2004 Dec 04
1
How can we avoid partially transfered file
Is it possible to ideintify the file which are partially transfered from the remote machine. We want to avoid the partially transferred file to be in the target machine. If any failure is happen at the time of rsync transfer then that file should be transferred in the next time rathter than current transfer. Please suggest how do we go about this.. Regards, Bala
2016 Apr 15
2
[PATCH 1/2] nouveau/bl: Assign different names to interfaces
...I didn’t know that. But on the other hand, I like having it explicit, and it should not add any overhead. > > I'd also call it "backlights" or something like that. No need for > multiple words... I prefer to use a plural noun when talking about a container of those nouns, rathter than a counter of those nouns. But I’ll change it. > > > + > > +static char* nouveau_get_backlight_name(void); > > Please organize the code to avoid forward declarations. > > > + > > static int > > nv40_get_intensity(struct backlight_device *bd) >...
2016 Apr 15
11
[PATCH 1/2] nouveau/bl: Assign different names to interfaces
Currently, every backlight interface created by Nouveau uses the same name, nv_backlight. This leads to a sysfs warning as it tries to create an already existing folder. This patch adds a incremented number to the name, but keeps the initial name as nv_backlight, to avoid possibly breaking userspace; the second interface will be named nv_backlight1, and so on. Fixes: fdo#86539 Signed-off-by: